aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Song2011-09-04 22:40:56 -0700
committerFred Song2011-09-04 22:40:56 -0700
commit67f2ea9b82f4696a8cf071dd99068c25df922be7 (patch)
tree6a8f16a1e4d7cc1e5077cd2fad11af299d6ed7d2
parent4dbeed095bfb2de9affa3bc03050d5bebc6011ad (diff)
downloadvimium-67f2ea9b82f4696a8cf071dd99068c25df922be7.tar.bz2
Fixing bug where opening a link in a seperate tab the second time fails to work
-rw-r--r--linkHints.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/linkHints.js b/linkHints.js
index 91e77410..79ef5ef1 100644
--- a/linkHints.js
+++ b/linkHints.js
@@ -65,6 +65,8 @@ var linkHints = {
keydown: this.onKeyDownInMode,
keyup: this.onKeyUpInMode
});
+
+ this.openLinkModeToggle = false;
},
setOpenLinkMode: function(openInNewTab, withQueue, copyLinkUrl) {