Skip to content

Commit

Permalink
downcase autocomplete for a Siteseeker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Dec 11, 2013
1 parent 61a35bd commit 05d77b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/masthead.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jQuery ($) ->
$.ajax
url: $searchField.attr("data-autocomplete-url").replace("http:", location.protocol)
data:
q: request.term
q: request.term.toLowerCase()
ilang: 'sv'
dataType: "jsonp"
jsonpCallback: "results"
Expand Down

0 comments on commit 05d77b4

Please sign in to comment.