Widget:costumeSwitcher: Difference between revisions
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(). | 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); | ||