We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a6e1e commit 2108defCopy full SHA for 2108def
chromium/popup.js
@@ -93,8 +93,8 @@ function toggleEnabledDisabled() {
93
backgroundPage.isExtensionEnabled = true;
94
chrome.browserAction.setBadgeText({ text: "" });
95
}
96
- updateEnabledDisabledButtonState();
97
- // The extension state changed, to reload this tab.
+ updateEnabledDisabledButtonState();
+ // The extension state changed, so reload this tab.
98
chrome.tabs.reload();
99
100
0 commit comments