fixed wynnatlas bug

This commit is contained in:
ferricles 2022-05-13 18:34:20 -07:00
parent 67b092c777
commit 614bc8f917
2 changed files with 1 additions and 2 deletions

View file

@ -172,4 +172,4 @@ Wynn-Related CSS
color: #FFFFFF color: #FFFFFF
} }
.aDam:before, .Air:before, .Air_powder:before { content: "\274b" ' '; } .aDam:before, .Air:before, .Air_powder:before { content: "\274b" ' '; }

View file

@ -180,7 +180,6 @@ function doItemSearch() {
} }
} }
document.getElementById("main").textContent = "";
let filterQuery = "true"; let filterQuery = "true";
let sortQueries = []; let sortQueries = [];
console.log(queries); console.log(queries);