summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-09 23:49:25 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-06-09 23:49:25 +0200
commit5f4f7e69cf401219287d1a07924e59c00fe834c0 (patch)
treec702cb66d686de92a34553216e7dcf9941c40461 /apps
parentb9c7b5575a7d230ee6aa5e2f314d18661d3828be (diff)
parente882f5e930214fd42703954b84d9f4bafa9278a4 (diff)
downloadnextcloud-server-5f4f7e69cf401219287d1a07924e59c00fe834c0.tar.gz
nextcloud-server-5f4f7e69cf401219287d1a07924e59c00fe834c0.zip
Merge pull request #16810 from owncloud/disable-search-if-not-implemented
Disable search field in case there is no search available to the curr…
Diffstat (limited to 'apps')
-rw-r--r--apps/files/templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index a068f306ac4..e825c300d31 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -6,6 +6,7 @@
<?php print_unescaped($content['content']) ?>
</div>
<?php } ?>
+ <div id="searchresults" class="hidden"></div>
</div><!-- closing app-content -->
<!-- config hints for javascript -->