diff --git a/js/account/avatar-sandbox-rewrite.js b/js/account/avatar-sandbox-rewrite.js index c370075..8ca07c2 100644 --- a/js/account/avatar-sandbox-rewrite.js +++ b/js/account/avatar-sandbox-rewrite.js @@ -110,7 +110,9 @@ async function PageLoad() { Link.classList.add('active'); Tabs.querySelector(`[data-tab="${TabSelected}"]`).classList.remove('active'); TabSelected = Link.getAttribute('data-tab'); + ItemSearch.previousElementSibling.value = '' Page = 1; + Search = "" LoadItems(); } });