summaryrefslogtreecommitdiffstats
path: root/theme/assets/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'theme/assets/app.js')
-rw-r--r--theme/assets/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/assets/app.js b/theme/assets/app.js
index d83e1c4..6498128 100644
--- a/theme/assets/app.js
+++ b/theme/assets/app.js
@@ -21052,6 +21052,8 @@ define('core/search',[
$searchInput.focus();
} else {
$searchInput.blur();
+ $searchInput.val("");
+ sidebar.filter(null);
}
};