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