Welcome to IOPWiki, Commander.
We are searching for editors to complete gameplay topics in all games. You can contribute without an account. Learn how to contribute and join our Discord server.

Widget:costumeSwitcher: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
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}-->

Revision as of 14:16, 7 January 2018


test