mirror of
https://github.com/gravesoft/msdl.git
synced 2026-07-25 00:24:29 +00:00
+1
-1
@@ -218,7 +218,7 @@ function updateResults() {
|
||||
|
||||
function setSearch(query) {
|
||||
let search = document.getElementById('search-products');
|
||||
search.value = query;
|
||||
search.value = search.value == query ? null : query;
|
||||
updateResults();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user