diff options
| author | Stephen Blott | 2015-04-28 11:45:05 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-28 11:45:05 +0100 |
| commit | 0c5ff7e7e5f37670480a216e2b3140795353a562 (patch) | |
| tree | 1e8fc627534f12515170f667952d28864b81306f | |
| parent | c0c08e9a8f1a62cc1c60de19e84d203f8e515ae9 (diff) | |
| download | vimium-0c5ff7e7e5f37670480a216e2b3140795353a562.tar.bz2 | |
Follow on from 6073cafed845cd31f88c5b51aafacc44278245fb.
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 3 |
1 files changed, 2 insertions, 1 deletions
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: |
