diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-09 23:49:25 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-09 23:49:25 +0200 |
commit | 5f4f7e69cf401219287d1a07924e59c00fe834c0 (patch) | |
tree | c702cb66d686de92a34553216e7dcf9941c40461 /apps | |
parent | b9c7b5575a7d230ee6aa5e2f314d18661d3828be (diff) | |
parent | e882f5e930214fd42703954b84d9f4bafa9278a4 (diff) | |
download | nextcloud-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.php | 1 |
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 --> |