This commit is contained in:
psychobunny
2014-01-05 23:09:28 -05:00
parent 7be16eab06
commit 0e5358a701

View File

@@ -48,6 +48,10 @@ var ajaxify = {};
window.onscroll = null;
// end
if ($('#content').hasClass('ajaxifying')) {
return true;
}
// Remove trailing slash
url = url.replace(/\/$/, "");