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