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:costumeSwitcher: 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
First try for swap_mod
m does JS not know continue?
Line 9: Line 9:
    
    
   for (var key in tdollData) {
   for (var key in tdollData) {
     if (!tdollData.hasOwnProperty(key)) {
     if (tdollData.hasOwnProperty(key)) {
       continue;
       statContainer.find('*[data-tdoll-stat-id="' + key + '"]').text(tdollData[key]);
     }
     }
   
    statContainer.find('*[data-tdoll-stat-id="' + key + '"]').text(tdollData[key]);
   }
   }
}
}

Revision as of 00:26, 29 January 2018


test