Widget:costumeSwitcher: Difference between revisions
Jump to navigation
Jump to search
Why did fullartSPath go missing? |
Pianoforte (talk | contribs) No edit summary |
||
Line 54: | Line 54: | ||
} | } | ||
</script><select | </script><select style="background-color:rgba(250,250,250,0.9);width:100%;height: 21px;text-align:center;border: none;color: rgb(63,63,63);" autocomplete="off" onchange="swap_costume(this)" > | ||
<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}--> |