1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-23 08:30:38 +01:00

Formatting adapted

This commit is contained in:
nobody 2020-08-09 11:16:53 +02:00
parent 7601dfa7a7
commit 67a3a79ed9
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -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]: {},