forked from server/soundboard
Also reset search filed value on reset
This commit is contained in:
parent
72f1125618
commit
5641dcd992
@ -51,6 +51,8 @@ ready(function() {
|
|||||||
buttons.forEach(function(item) {
|
buttons.forEach(function(item) {
|
||||||
item.style.display = "inline-block";
|
item.style.display = "inline-block";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
searchfield.value = "";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user