|
|
|
@ -117,7 +117,8 @@ var ajaxify = {};
|
|
|
|
|
if (hrefEmpty(this.href) || this.target !== '' || this.protocol === 'javascript:')
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
app.previousUrl = window.location.href;
|
|
|
|
|
if(!window.location.pathname.match(/\/(403|404)$/g))
|
|
|
|
|
app.previousUrl = window.location.href;
|
|
|
|
|
|
|
|
|
|
if (!e.ctrlKey && e.which === 1) {
|
|
|
|
|
if (this.host === window.location.host) {
|
|
|
|
@ -192,4 +193,4 @@ var ajaxify = {};
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}(jQuery));
|
|
|
|
|
}(jQuery));
|
|
|
|
|