mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Remove year from upDate
This commit is contained in:
parent
06cf186505
commit
f5932cbfeb
|
@ -228,7 +228,7 @@
|
|||
setTitle() {
|
||||
|
||||
const upDate = new Date(this.lastPacUpdateStamp).toLocaleString('ru-RU')
|
||||
.replace(/:\d+$/, '');
|
||||
.replace(/:\d+$/, '').replace(/\.\d{4}/, '');
|
||||
chrome.browserAction.setTitle({
|
||||
title: `Обновлялись ${upDate} | Версия ${window.apis.version.build}`,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user