This commit is contained in:
psychobunny
2014-05-01 14:24:31 -04:00
parent 271843d417
commit a14ce9d0c6

View File

@@ -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 + '/', '');