removed stop

This commit is contained in:
barisusakli
2014-07-21 15:33:02 -04:00
parent 81018d1305
commit 9aeab08109

View File

@@ -28,7 +28,7 @@ var ajaxify = ajaxify || {};
function onAjaxError(err, url) {
var data = err.data, textStatus = err.textStatus;
$('#content, #footer').stop(true, true).removeClass('ajaxifying');
$('#content, #footer').removeClass('ajaxifying');
if (data) {
if (data.status === 404) {