aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/views/components/subNav.korte
diff options
context:
space:
mode:
authorMarcin Aman <maman@virtuslab.com>2020-07-09 10:45:06 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-07-16 13:17:39 +0200
commit04cf1cdd3a909fa62e5ffda5b7d04695c749177e (patch)
tree5c38372dd70f5528bf55c084a1893a7af8e41359 /plugins/javadoc/src/main/resources/views/components/subNav.korte
parent42c6bcdbd564628907491289555c6d6713294fef (diff)
downloaddokka-04cf1cdd3a909fa62e5ffda5b7d04695c749177e.tar.gz
dokka-04cf1cdd3a909fa62e5ffda5b7d04695c749177e.tar.bz2
dokka-04cf1cdd3a909fa62e5ffda5b7d04695c749177e.zip
Implement javadoc search
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/components/subNav.korte')
-rw-r--r--plugins/javadoc/src/main/resources/views/components/subNav.korte2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/javadoc/src/main/resources/views/components/subNav.korte b/plugins/javadoc/src/main/resources/views/components/subNav.korte
index 69d8467d..aa0905cf 100644
--- a/plugins/javadoc/src/main/resources/views/components/subNav.korte
+++ b/plugins/javadoc/src/main/resources/views/components/subNav.korte
@@ -5,7 +5,7 @@
{% if type != "bottom" %}
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
-<input type="text" id="search" value="search" class="watermark ui-autocomplete-input" autocomplete="off">
+<input type="text" id="search" value="search" class="ui-autocomplete-input" autocomplete="off" placeholder="Search">
<input type="reset" id="reset" value="reset">
</li>
</ul>