This commit is contained in:
psychobunny
2014-05-08 14:16:40 -04:00
parent 7280567d21
commit 10716c37d3
4 changed files with 10 additions and 1 deletions

View File

@@ -261,6 +261,9 @@ var ajaxify = ajaxify || {};
if (config.useOutgoingLinksPage) {
ajaxify.go('outgoing?url=' + encodeURIComponent(this.href));
e.preventDefault();
} else if (config.openOutgoingLinksInNewTab) {
window.open(this.href, '_blank');
e.preventDefault();
}
}
}