mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Improved toggle buttons
This commit is contained in:
@@ -472,7 +472,9 @@ popup._onToggled = function () {
|
|||||||
let bypassCache = (typeof browser === 'undefined');
|
let bypassCache = (typeof browser === 'undefined');
|
||||||
|
|
||||||
chrome.tabs.reload(popup._targetTab.id, {bypassCache});
|
chrome.tabs.reload(popup._targetTab.id, {bypassCache});
|
||||||
popup._close();
|
setTimeout(function () {
|
||||||
|
popup._close();
|
||||||
|
}, 300);
|
||||||
};
|
};
|
||||||
|
|
||||||
popup._close = function () {
|
popup._close = function () {
|
||||||
|
Reference in New Issue
Block a user