mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
removed stop increase timeout to 100ms
This commit is contained in:
@@ -100,7 +100,7 @@ var ajaxify = ajaxify || {};
|
||||
|
||||
app.processPage();
|
||||
|
||||
$('#content, #footer').stop(true, true).removeClass('ajaxifying');
|
||||
$('#content, #footer').removeClass('ajaxifying');
|
||||
ajaxify.initialLoad = false;
|
||||
|
||||
app.refreshTitle(url);
|
||||
@@ -194,7 +194,7 @@ var ajaxify = ajaxify || {};
|
||||
setTimeout(function() {
|
||||
callback(null, ajaxify.preloader[url].data);
|
||||
ajaxify.preloader[url] = null;
|
||||
}, 50);
|
||||
}, 100);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user