Refresh tab after saved options

merge-requests/1/head
magnolia1234 5 years ago committed by GitHub
parent e351d3e093
commit 3712878bee

@ -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

Loading…
Cancel
Save