Widget:costumeSwitcher: Difference between revisions
Jump to navigation
Jump to search
m Different baseview |
Set "autocomplete" from the costume selector off |
||
Line 46: | Line 46: | ||
} | } | ||
</script><select id="costumeSelection" class=skill style="background-color:rgba(250,250,250,0.9);width:100%" onchange="swap_costume()" > | </script><select id="costumeSelection" class=skill style="background-color:rgba(250,250,250,0.9);width:100%" autocomplete="off" onchange="swap_costume()" > | ||
<option value="<!--{$defaultpaths|escape:'html'}-->" selected="selected">Default</option> | <option value="<!--{$defaultpaths|escape:'html'}-->" selected="selected">Default</option> | ||
<!--{if $costume1name neq ''}--><option value="<!--{$costume1paths|escape:'html'}-->"><!--{$costume1name|escape:'html'}--></option><!--{/if}--> | <!--{if $costume1name neq ''}--><option value="<!--{$costume1paths|escape:'html'}-->"><!--{$costume1name|escape:'html'}--></option><!--{/if}--> |