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

1 byte removed, 00:53, 17 January 2018
Addded failure handler, removed debuglog
showProgress(container, counter, maxItems);
counter++;
console.log("Going to show", container, counter, maxItems);
};
// Do it
Promise.all(loadingJobs).then(var successHandler = function(values) {
var l2d_tdoll_sprite = createLive2dSprite(json);
callback(l2d_tdoll_sprite);
console.log("Debug", values);
hideProgress(container);
}); /*.catch(var failureHandler = function(reason) { console.log("Failed ajax", reason );
hideProgress(container);
}; Promise.all(loadingJobs) .then(successHandler) .catch(failureHandler);*/
}
});

Navigation menu