v1.18.x
psychobunny 11 years ago
parent 271843d417
commit a14ce9d0c6

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

Loading…
Cancel
Save