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
Toggling the mod-button
m Typo
Line 27: Line 27:
   // ToDo: find a better way of finding out if it's a mod
   // ToDo: find a better way of finding out if it's a mod
   // ToDo: find a better way of telling which skills are available with which mod
   // ToDo: find a better way of telling which skills are available with which mod
   var isMod = selectBox.find(':selected').text().indexof('MOD') >= 0;
   var isMod = selectBox.find(':selected').text().indexOf('MOD') >= 0;
   statContainer.find('.skillform .tabButtonLane button').last().toggle(isMod);
   statContainer.find('.skillform .tabButtonLane button').last().toggle(isMod);
    
    

Revision as of 09:18, 5 February 2018


test