Skip to content

Commit

Permalink
Make both Fuse 1 and Fuse 2 dropdown similar
Browse files Browse the repository at this point in the history
  • Loading branch information
charizard8888 authored Aug 31, 2024
1 parent ff11221 commit a733c18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fusionevoworkshopdarkmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
$( "#fuse1" ).autocomplete({
source: allmons
});
$( "#fuse2" ).autocomplete({
source: allmons
});
} );
</script>

Expand Down Expand Up @@ -534,7 +537,7 @@
</tr>
<tr>
<td style="font-size:17px;">Pkmn 2</td>
<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>
<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>
<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>
<td><button onClick="mega2();post();mega2stats();post()" class="button2">Mega</button></td>
</tr>
Expand Down

0 comments on commit a733c18

Please sign in to comment.