Skip to content
Snippets Groups Projects
Commit e88d6596 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Merge branch 'autocomplete' of git://github.com/mamarley/quassel-rest-search...

Merge branch 'autocomplete' of git://github.com/mamarley/quassel-rest-search into mamarley-autocomplete
parents a897c1da fc37b025
Branches mamarley-autocomplete
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<nav>
<div class="wrapper">
<div id="searchbar">
<input name="q" id="q" placeholder="<?php $t('search'); ?>" type="text">
<input name="q" id="q" placeholder="<?php $t('search'); ?>" type="text" autocomplete="off">
<div id="searchicon" class="icon">search</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment