summaryrefslogtreecommitdiffstats
path: root/docs/templates
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-10-13 10:46:49 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-10-13 10:48:06 -0700
commit4a886f831c1ff5a6c4b60c08505d0e505cb5dd0b (patch)
tree79491ec56c1df395a2fdd4e682667a0525868d56 /docs/templates
parente3c36777ab35ee9c7f81d791eff1bbad42c1f152 (diff)
Autocomplete manual search to first result on submit
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/manual.liquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/manual.liquid b/docs/templates/manual.liquid
index 59505a95..f1d7985a 100644
--- a/docs/templates/manual.liquid
+++ b/docs/templates/manual.liquid
@@ -16,7 +16,7 @@
</li>
{% endfor %}
</ul>
- <form class="form-group">
+ <form class="form-group" onsubmit="go_to_section(); return false;">
<input type="text"
class="form-control"
placeholder="Search"