mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
closes #1839
This commit is contained in:
@@ -197,7 +197,7 @@ var ajaxify = ajaxify || {};
|
|||||||
|
|
||||||
if (ajaxify.preloader && ajaxify.preloader[url]) {
|
if (ajaxify.preloader && ajaxify.preloader[url]) {
|
||||||
callback(null, ajaxify.preloader[url].data);
|
callback(null, ajaxify.preloader[url].data);
|
||||||
ajaxify.preloader[url] = null;
|
ajaxify.preloader = {};
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user