[Groonga-commit] groonga/groonga.org at cd9483a [gh-pages] Disable auto complete by Web browser

Back to archive index
Kouhei Sutou null+****@clear*****
Thu Dec 13 09:41:30 JST 2018


Kouhei Sutou	2018-12-13 09:41:30 +0900 (Thu, 13 Dec 2018)

  Revision: cd9483af971b6d11ed98bd4e0cce545fb4621ae4
  https://github.com/groonga/groonga.org/commit/cd9483af971b6d11ed98bd4e0cce545fb4621ae4

  Message:
    Disable auto complete by Web browser

  Modified files:
    _layouts/ja.html

  Modified: _layouts/ja.html (+4 -1)
===================================================================
--- _layouts/ja.html    2018-12-13 09:38:25 +0900 (5aecb19dc)
+++ _layouts/ja.html    2018-12-13 09:41:30 +0900 (41ec6d52b)
@@ -24,7 +24,10 @@ layout: skeleton
         <form action="http://search.groonga.org/search"
               method="get"
               accept-charset="UTF-8">
-          <input id="site-search-query" type="input" name="query">
+          <input id="site-search-query"
+                 type="input"
+                 name="query"
+                 autocomplete="off">
           <input type="hidden" name="check[]" value="Groonga">
         </form>
       </li>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181213/d24d7857/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index