aboutsummaryrefslogtreecommitdiff
path: root/templates/gui-note.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-07-15 20:23:11 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-07-15 20:23:11 +0200
commitd776c4c77ddb59cb571f23bf4ef042bd0a246751 (patch)
treea6bade87af127f5e54eff8c79a384f4613309816 /templates/gui-note.php
parent592c24c61edb8e50a5056f5ac265052b5c99d81b (diff)
downloadgrauphel-d776c4c77ddb59cb571f23bf4ef042bd0a246751.tar.gz
grauphel-d776c4c77ddb59cb571f23bf4ef042bd0a246751.zip
make search work in ownCloud 8.1
Diffstat (limited to 'templates/gui-note.php')
-rw-r--r--templates/gui-note.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gui-note.php b/templates/gui-note.php
index ae004d6..8061a50 100644
--- a/templates/gui-note.php
+++ b/templates/gui-note.php
@@ -6,6 +6,7 @@
<script type="text/javascript" src="<?php p(OCP\Util::linkTo('grauphel','js/grauphel.js')); ?>"></script>
<div id="app-content" class="content">
+ <div id="searchresults" class="hidden"></div>
<div class="actions">
<a class="button" href="<?php echo p($_['links']['html']); ?>">HTML</a>
<a class="button" href="<?php echo p($_['links']['text']); ?>">Text</a>