diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index bba039ea66..640c4da443 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -154,7 +154,7 @@ var ajaxify = {}; return; } - if (!e.ctrlKey && e.which === 1) { + if ((!e.ctrlKey && !e.shiftKey) && e.which === 1) { if (this.host === window.location.host) { // Internal link var url = this.href.replace(rootUrl + '/', '');