diff options
| author | Stephen Blott | 2015-04-28 10:46:23 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-28 10:46:23 +0100 |
| commit | 6073cafed845cd31f88c5b51aafacc44278245fb (patch) | |
| tree | f754c20bc6cafdddd3a203733c8592a9358fc583 /content_scripts/vimium_frontend.coffee | |
| parent | c05d927c088c1d1eb182a6409f08f2b021f6f752 (diff) | |
| download | vimium-6073cafed845cd31f88c5b51aafacc44278245fb.tar.bz2 | |
Temporary fix for tests.
The tests are passing, but they are triggering an exception in the
initialization of the HUD. It's proving difficult to get the
initialization in the right order for both the tests and live.
This is a temporary fix...
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 447f7cc1..a21beb27 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -232,7 +232,7 @@ window.installListeners = -> installedListeners = true # Other one-time initialization operations. FindModeHistory.init() - new GrabBackFocus if isEnabledForUrl + new GrabBackFocus if isEnabledForUrl and not runningDOMTests # # Whenever we get the focus: |
