Skip to content

Commit

Permalink
Disabled autocomplete on search box/Fixed typo in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoscc committed Apr 21, 2012
1 parent 7ee9801 commit a0d14af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qchapp/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<div class="container-fluid">
<a class="brand" href="/">Qcha.<span class="brand-es">es</span></a>
<form id='topform' class="navbar-search pull-left" action='/buscar/0/' method='get'>
<input id='topsearch' name='b' class="search-query" type='text' value='buscar...'>
<input autocomplete='off' id='topsearch' name='b' class="search-query" type='text' value='buscar...'>
</form>
<ul class="nav pull-right">
<a href='/definir/x' class="btn btn-primary">Definir Nueva Palabra</a>
<a href='/random' class="btn btn-success">Mostrar PalabraAleatorio</a>
<a href='/random' class="btn btn-success">Mostrar Palabra Aleatoria</a>
</ul>
</div>
</div>
Expand Down

0 comments on commit a0d14af

Please sign in to comment.