helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki without an account. Learn how to contribute and join our Discord server.

Changes

Jump to navigation Jump to search

MediaWiki:Gadget-artTab.js

39 bytes removed, 00:35, 17 January 2018
Different approach for hide progress
var l2d_tdoll_sprite = createLive2dSprite(json);
callback(l2d_tdoll_sprite);
hideProgress(container);
})
.fail(function(x) { console.log("Failed ajax", x); }) .always(function(x) { console.log("Going to hide", container); hideProgress(container); });
}
});

Navigation menu