Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update restful_typeahead.js
  • Loading branch information
jywarren committed Dec 1, 2018
1 parent 4e87036 commit c204b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/restful_typeahead.js
Expand Up @@ -7,7 +7,7 @@

$(function() {
$('input.search-query.typeahead').each(function(i, el){
var typeahead = el.typeahead({
var typeahead = $(el).typeahead({
items: 10,
minLength: 3,
showCategoryHeader: true,
Expand Down

0 comments on commit c204b26

Please sign in to comment.