diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb index b092bbae0..db83be00f 100644 --- a/app/views/search/index.html.erb +++ b/app/views/search/index.html.erb @@ -3,10 +3,7 @@ <%= form_tag({}, :method => :get, :id => 'search-form') do %>
<%= text_field_tag 'q', @question, :size => 60, :id => 'search-input', - :data => { - :auto_complete => true - }.merge(list_autofill_data_attributes) %> +
<%= text_field_tag 'q', @question, :size => 60, :id => 'search-input', :data => { :auto_complete => true } %> <%= project_select_tag %> <%= hidden_field_tag 'all_words', '', :id => nil %>