fixed wynnatlas bug
This commit is contained in:
parent
67b092c777
commit
614bc8f917
2 changed files with 1 additions and 2 deletions
|
@ -172,4 +172,4 @@ Wynn-Related CSS
|
|||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.aDam:before, .Air:before, .Air_powder:before { content: "\274b" ' '; }
|
||||
.aDam:before, .Air:before, .Air_powder:before { content: "\274b" ' '; }
|
||||
|
|
|
@ -180,7 +180,6 @@ function doItemSearch() {
|
|||
}
|
||||
}
|
||||
|
||||
document.getElementById("main").textContent = "";
|
||||
let filterQuery = "true";
|
||||
let sortQueries = [];
|
||||
console.log(queries);
|
||||
|
|
Loading…
Reference in a new issue