diff options
| author | mrmr1993 | 2017-10-25 17:10:44 +0100 |
|---|---|---|
| committer | mrmr1993 | 2017-10-25 17:10:44 +0100 |
| commit | 4cce9de9075474153a8299ab7430156bd6d194a9 (patch) | |
| tree | 64723b1c8c851e886fe624734c86254de56fe4c4 | |
| parent | 4faef57c60a54676fd27b3d0ff42747b0b9b6487 (diff) | |
| download | vimium-4cce9de9075474153a8299ab7430156bd6d194a9.tar.bz2 | |
FF: Only apply fix to bug 1408996 when appropriate
| -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 88ec134a..c0df315e 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -6,7 +6,7 @@ root = exports ? (window.root ?= {}) # On Firefox, sometimes the variables assigned to window are lost (bug 1408996), so we reinstall them. # NOTE(mrmr1993): This bug leads to catastrophic failure (ie. nothing works and errors abound). DomUtils.documentReady -> - (extend ? root.extend) window, root + root.extend window, root unless extend? isEnabledForUrl = true isIncognitoMode = chrome.extension.inIncognitoContext |
