1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-02 12:27:27 +01:00

Reload tab after import (#92)

This commit is contained in:
nobody 2020-09-08 20:51:39 +02:00
parent 34fba9c79d
commit 08b04f5fb4
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -161,6 +161,7 @@ storageManager._validation = function (content) {
storageManager.type.set(imported);
alert(chrome.i18n.getMessage('dialogImportSuccessful'));
chrome.tabs.reload();
};
storageManager._validateDomainsAndStatistics = function (type, obj) {