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
1 changed files with 1 additions and 0 deletions

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) {