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

208 bytes added, 00:25, 17 January 2018
m
More debugging
function hideProgress(container) {
console.log("Hiding:", container);
console.log("To be more exact:", $(container).find('.live2dloadingprogress'));
console.log("To be more exact2:", $(container).find('.live2dloadingprogress').first());
var progress = $(container).find('.live2dloadingprogress').first();
progress.hide();

Navigation menu