aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-10-26 06:36:07 +0000
committerStephen Blott2014-10-26 06:36:07 +0000
commit04c71a08cac514e371be215a22855e2ac6f87839 (patch)
treea7ecd6a2b0f9c6894bc42f5d4b871b828889397e /background_scripts
parente8f2fb67dfec05a7cc87b69e612a8d38734ef7cf (diff)
parentf438b3528f0b0718f4122fe5bf0ef50e0e405bae (diff)
downloadvimium-04c71a08cac514e371be215a22855e2ac6f87839.tar.bz2
Merge branch 'fix-insertCSS-error' of github.com:mrmr1993/vimium into mrmr1993-fix-insertCSS-error
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/main.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 7b9d98b0..43052247 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -391,6 +391,7 @@ chrome.tabs.onUpdated.addListener (tabId, changeInfo, tab) ->
allFrames: true
code: Settings.get("userDefinedLinkHintCss")
runAt: "document_start"
+ , -> undefined if chrome.runtime.lastError
updateOpenTabs(tab)
updateActiveState(tabId)