From 0c5ff7e7e5f37670480a216e2b3140795353a562 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 28 Apr 2015 11:45:05 +0100 Subject: Follow on from 6073cafed845cd31f88c5b51aafacc44278245fb. --- content_scripts/vimium_frontend.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index a21beb27..9b074487 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -232,7 +232,8 @@ window.installListeners = -> installedListeners = true # Other one-time initialization operations. FindModeHistory.init() - new GrabBackFocus if isEnabledForUrl and not runningDOMTests + # See note in ../tests/dom_tests/dom_tests.coffee re. window.runningDOMTests. + new GrabBackFocus if isEnabledForUrl and not window.runningDOMTests # # Whenever we get the focus: -- cgit v1.2.3