Welcome to IOPWiki, Commander.
We are searching for editors to complete gameplay topics in all games. You can contribute without an account. Learn how to contribute 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