Widget:costumeSwitcher: Difference between revisions
Jump to navigation
Jump to search
Select Box reference corrected |
m Typo |
||
Line 3: | Line 3: | ||
var selectBox = $(element); | var selectBox = $(element); | ||
costumeSelectionPathsString = selectBox. | costumeSelectionPathsString = selectBox.val(); | ||
costumeSelectionIndex = selectBox.prop('selectedIndex'); | costumeSelectionIndex = selectBox.prop('selectedIndex'); | ||