Skip to content

Commit a733c18

Browse files
Make both Fuse 1 and Fuse 2 dropdown similar
1 parent ff11221 commit a733c18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fusionevoworkshopdarkmode.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
$( "#fuse1" ).autocomplete({
2323
source: allmons
2424
});
25+
$( "#fuse2" ).autocomplete({
26+
source: allmons
27+
});
2528
} );
2629
</script>
2730

@@ -534,7 +537,7 @@
534537
</tr>
535538
<tr>
536539
<td style="font-size:17px;">Pkmn 2</td>
537-
<td><input tabIndex="2" placeholder="Click types →" type="text" id="fuse2" list="allmonz2" onInput="post();post();load();post()" style="width:134px;"></input><datalist id="allmons2"></datalist></td>
540+
<td><input tabIndex="2" placeholder="Click types →" type="text" id="fuse2" list="allmons" onInput="post();post();load();post()" style="width:134px;"></input><datalist id="allmons2"></datalist></td>
538541
<td><span id="type1area2" onClick='document.getElementById("type2").value = ""+pk2t1+"";post();post()'></span><span id="type2area2" onClick='document.getElementById("type2").value = ""+pk2t2+"";post();post()'></span></td>
539542
<td><button onClick="mega2();post();mega2stats();post()" class="button2">Mega</button></td>
540543
</tr>

0 commit comments

Comments
 (0)