Refresh tab after saved options

This commit is contained in:
magnolia1234 2020-02-19 18:26:52 +01:00 committed by GitHub
parent e351d3e093
commit 3712878bee

View File

@ -25,6 +25,9 @@ function save_options() {
window.close();
}, 500);
});
// Refresh the current tab
browser.tabs.reload({bypassCache: true});
}
//Fetch sites.json & sites_custom.json