mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Formatting adapted
This commit is contained in:
@@ -183,7 +183,7 @@ statistics._handlerDateRange = function ({ target }) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
statistics._deleteStatistic = function () {
|
statistics._deleteStatistic = function () {
|
||||||
let text = chrome.i18n.getMessage("dialogConfirmDeleteStatistics");
|
let text = chrome.i18n.getMessage('dialogConfirmDeleteStatistics');
|
||||||
if (confirm(text)) {
|
if (confirm(text)) {
|
||||||
chrome.storage.local.set({
|
chrome.storage.local.set({
|
||||||
[Setting.INTERNAL_STATISTICS_DATA]: {},
|
[Setting.INTERNAL_STATISTICS_DATA]: {},
|
||||||
|
Reference in New Issue
Block a user