Skip to content

Commit

Permalink
Adds autocomplete="off" to dashboard dropdown filter
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin authored and tobes committed Mar 6, 2013
1 parent 4455e3e commit b8f1951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/snippets/followee_dropdown.html
Expand Up @@ -18,7 +18,7 @@
<div class="popover-header">
<div class="input-prepend">
<span class="add-on"><i class="icon-search"></i></span>
<input type="text" name="q" placeholder="{{ _('Search list...') }}" value="{{context.q}}">
<input type="text" name="q" placeholder="{{ _('Search list...') }}" value="{{context.q}}" autocomplete="off">
</div>
</div>
{% if followees %}
Expand Down

0 comments on commit b8f1951

Please sign in to comment.