File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
$( "#fuse1" ).autocomplete({
23
23
source: allmons
24
24
});
25
+ $( "#fuse2" ).autocomplete({
26
+ source: allmons
27
+ });
25
28
} );
26
29
</script>
27
30
534
537
</tr>
535
538
<tr>
536
539
<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>
538
541
<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>
539
542
<td><button onClick="mega2();post();mega2stats();post()" class="button2">Mega</button></td>
540
543
</tr>
You can’t perform that action at this time.
0 commit comments