Widget:costumeSwitcher: Difference between revisions
Jump to navigation
Jump to search
m does JS not know continue? |
m It was a typo in function keyword... |
||
Line 1: | Line 1: | ||
<includeonly><script> | <includeonly><script> | ||
function swap_mod(element) { | |||
var selectBox = $(element); | var selectBox = $(element); | ||
var selectedValue = selectBox.find(':selected').val(); | var selectedValue = selectBox.find(':selected').val(); |