diff --git a/picker.html b/picker.html index 8b1d02c..9e1fe11 100644 --- a/picker.html +++ b/picker.html @@ -72,7 +72,7 @@ function get_ignores () { var ignores = document.getElementById("ignored_pkmn").value; - ignored_pkmn = ignores.split("\n").filter(line => line !== "").map(line => line.replace(/;|=/g,"")).sort(); + ignored_pkmn = ignores.split("\n").filter(line => line !== "").sort(); } function pickem (id) {