mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-23 08:30:38 +01:00
Formatting adapted
This commit is contained in:
parent
7601dfa7a7
commit
67a3a79ed9
@ -183,7 +183,7 @@ statistics._handlerDateRange = function ({ target }) {
|
||||
};
|
||||
|
||||
statistics._deleteStatistic = function () {
|
||||
let text = chrome.i18n.getMessage("dialogConfirmDeleteStatistics");
|
||||
let text = chrome.i18n.getMessage('dialogConfirmDeleteStatistics');
|
||||
if (confirm(text)) {
|
||||
chrome.storage.local.set({
|
||||
[Setting.INTERNAL_STATISTICS_DATA]: {},
|
||||
|
Loading…
Reference in New Issue
Block a user