From 0487c2376307ee2fd7e4f63fd2c5276e4afd1306 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 3 Jul 2015 05:57:05 -0400 Subject: [PATCH] this addresses #433 --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index d4dadbae6..b2db930f8 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -534,7 +534,7 @@ var gotoURL = function(ev) { url: this.getAttribute('href'), select: true, index: -1, - popup: rel === 'popup' + popup: rel === 'popup' && ev.shiftKey } });