summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-10-15 16:50:31 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-10-26 16:15:14 +0100
commit69e4a806b74cf58596c86e6094eaf2208a9e7051 (patch)
tree10e8e436801a654cbe801cf8ef53652fb276bb65 /settings
parent6532fe8e246e87dffb5a9768e8ed0f3d691c0036 (diff)
downloadnextcloud-server-69e4a806b74cf58596c86e6094eaf2208a9e7051.tar.gz
nextcloud-server-69e4a806b74cf58596c86e6094eaf2208a9e7051.zip
Clear search box for now
Fix #15651
Diffstat (limited to 'settings')
-rw-r--r--settings/js/apps.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 89169837b85..d4f70d1ab7a 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -474,6 +474,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
var categoryId = $(this).data('categoryId');
OC.Settings.Apps.loadCategory(categoryId);
OC.Util.History.pushState('category=' + categoryId);
+ $('#searchbox').val('');
});
$(document).on('click', '.app-description-toggle-show', function () {