Admin - Dataloader updates

-Npc Lib added
-Admin Dataloader updated to load NPC names into a cached array.
-Spinner Updated to a loading button.
This commit is contained in:
Lee
2021-03-09 23:38:23 +00:00
parent 7ce005341e
commit 31f0050f4e
6 changed files with 81 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ function performInstall(url) {
// On completed
ajaxRequest.done(function(data) {
$('#spinner').hide();
$('#reload_button').show();
});
// On failed
ajaxRequest.fail(function(error){