default value
This commit is contained in:
parent
75f9b29ab3
commit
c75774f7a6
1 changed files with 3 additions and 2 deletions
|
@ -91,8 +91,9 @@
|
|||
|
||||
<body>
|
||||
<h2>Mario Sunshine Cheatfile Generator</h2>
|
||||
<select id="gameID" class="selectionHeader" onchange="updateCodelist()">
|
||||
<option value="GMSE01" selected="selected">GMSE01 (NTSC-U)</option>
|
||||
<select id="gameID" class="selectionHeader" onchange="updateCodelist()" >
|
||||
<option selected disabled hidden>Choose Version</option>
|
||||
<option value="GMSE01">GMSE01 (NTSC-U)</option>
|
||||
<option value="GMSJ01">GMSJ01 (NTSC-J 1.0)</option>
|
||||
<option value="GMSP01">GMSP01 (PAL)</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue