We need TW players to complete the article of the region-locked game Fingertips Breakout.
We're aware of an issue which causes comments to only appear after a long delay and are working on a solution.
You don't need an account to add and correct this Wiki. Learn how to contribute, browse Bounties and join our Discord server.

Widget:StatTable: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Changed to new pattern
Added document-ready wait functionality as the MediaWiki does not wait for DOM
Line 22: Line 22:


RLQ.push(['jquery', function () {
RLQ.push(['jquery', function () {
  $(document).ready(function() {
if (document.getElementById("stat_table")) {
if (document.getElementById("stat_table")) {
         st_element = document.getElementById("stat_table");
         st_element = document.getElementById("stat_table");
Line 27: Line 28:
}
}
swap_costume();
swap_costume();
  });
}]);
}]);



Revision as of 15:10, 14 October 2019


test