Skip to content

Commit 2108def

Browse files
committed
Fix text nit
Signed-off-by: Nick Semenkovich <semenko@alum.mit.edu>
1 parent 75a6e1e commit 2108def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chromium/popup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ function toggleEnabledDisabled() {
9393
backgroundPage.isExtensionEnabled = true;
9494
chrome.browserAction.setBadgeText({ text: "" });
9595
}
96-
updateEnabledDisabledButtonState();
97-
// The extension state changed, to reload this tab.
96+
updateEnabledDisabledButtonState();
97+
// The extension state changed, so reload this tab.
9898
chrome.tabs.reload();
9999
}
100100

0 commit comments

Comments
 (0)