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 } });