Reload tab after import (#92)
This commit is contained in:
parent
34fba9c79d
commit
08b04f5fb4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue