1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Fixed: Statistics cannot be deleted (#152)

This commit is contained in:
nobody
2020-10-25 00:09:42 +02:00
parent e4c5bc1db0
commit c8a6daa7bc
3 changed files with 6 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ statistics._deleteStatistic = function () {
chrome.storage.local.set({
[Setting.INTERNAL_STATISTICS_DATA]: {}
});
chrome.runtime.sendMessage({ topic: 'deleteStatistic' });
}
};