Minor updates

This commit is contained in:
kiichan 2020-04-25 01:50:29 -05:00
parent 998d4e683c
commit a06a5865a8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {