Minor updates
This commit is contained in:
parent
998d4e683c
commit
a06a5865a8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
function get_ignores () {
|
function get_ignores () {
|
||||||
var ignores = document.getElementById("ignored_pkmn").value;
|
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) {
|
function pickem (id) {
|
||||||
|
|
Reference in a new issue