Mercurial > wikked
changeset 155:6cb5445e90b9
Disable browser auto-complete on the search field.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 25 Dec 2013 19:59:05 -0800 |
parents | 78b8febd362f |
children | c76c218539a4 |
files | static/tpl/nav.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/static/tpl/nav.html Wed Dec 25 19:58:49 2013 -0800 +++ b/static/tpl/nav.html Wed Dec 25 19:59:05 2013 -0800 @@ -18,7 +18,7 @@ <form role="search" id="search" class="navbar-form navbar-left"> <div class="form-group"> <label class="sr-only" for="search-query">Search query</label> - <input type="text" name="q" id="search-query" class="form-control input-sm" placeholder="Search..."></input> + <input type="text" name="q" id="search-query" class="form-control input-sm" placeholder="Search..." autocomplete="off"></input> <ul id="search-preview"></ul> </div> <button type="submit" class="btn btn-sm btn-default">Search</button>