diff options
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 2bbbd85d..725766e6 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -324,7 +324,7 @@ Frames =      enabledState = Exclusions.isEnabledForUrl request.url      if request.frameIsFocused -      chrome.browserAction.setIcon tabId: tabId, imageData: do -> +      chrome.browserAction.setIcon? tabId: tabId, imageData: do ->          enabledStateIcon =            if not enabledState.isEnabledForUrl              DISABLED_ICON | 
