From a733c1845ccd0bd5bd3d5865f3415705f6c10a76 Mon Sep 17 00:00:00 2001 From: charizard8888 Date: Sat, 31 Aug 2024 12:28:02 +0530 Subject: [PATCH] Make both Fuse 1 and Fuse 2 dropdown similar --- fusionevoworkshopdarkmode.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fusionevoworkshopdarkmode.html b/fusionevoworkshopdarkmode.html index cdccb6c..9b11d6c 100644 --- a/fusionevoworkshopdarkmode.html +++ b/fusionevoworkshopdarkmode.html @@ -22,6 +22,9 @@ $( "#fuse1" ).autocomplete({ source: allmons }); + $( "#fuse2" ).autocomplete({ + source: allmons + }); } ); @@ -534,7 +537,7 @@ Pkmn 2 - +