From 5641dcd992a7f242e3a3d6c5ccb39f677ebe32a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Thu, 13 Jul 2017 23:34:49 +0200 Subject: [PATCH] Also reset search filed value on reset --- static/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.js b/static/main.js index e2517e7..c7d05b6 100644 --- a/static/main.js +++ b/static/main.js @@ -51,6 +51,8 @@ ready(function() { buttons.forEach(function(item) { item.style.display = "inline-block"; }); + + searchfield.value = ""; }); });