mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +01:00
removed stop
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user