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