Also reset search filed value on reset

This commit is contained in:
Martin Müller 2017-07-13 23:34:49 +02:00
parent 72f1125618
commit 5641dcd992

View File

@ -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 = "";
}); });
}); });