From 614bc8f9171fad3319509c32723a5dd229700b5e Mon Sep 17 00:00:00 2001 From: ferricles Date: Fri, 13 May 2022 18:34:20 -0700 Subject: [PATCH] fixed wynnatlas bug --- css/wynnstyles.css | 2 +- js/items.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/css/wynnstyles.css b/css/wynnstyles.css index 4c207b5..4b834a6 100644 --- a/css/wynnstyles.css +++ b/css/wynnstyles.css @@ -172,4 +172,4 @@ Wynn-Related CSS color: #FFFFFF } -.aDam:before, .Air:before, .Air_powder:before { content: "\274b" ' '; } \ No newline at end of file +.aDam:before, .Air:before, .Air_powder:before { content: "\274b" ' '; } diff --git a/js/items.js b/js/items.js index 49c33c3..048f0fc 100644 --- a/js/items.js +++ b/js/items.js @@ -180,7 +180,6 @@ function doItemSearch() { } } - document.getElementById("main").textContent = ""; let filterQuery = "true"; let sortQueries = []; console.log(queries);