From 08b04f5fb4e1ee46588cb61ad3d3bb3f0a64d494 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 8 Sep 2020 20:51:39 +0200 Subject: [PATCH] Reload tab after import (#92) --- core/storage-manager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/storage-manager.js b/core/storage-manager.js index 2b85a759..07d9f74c 100644 --- a/core/storage-manager.js +++ b/core/storage-manager.js @@ -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) {