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