Skip to content

Commit

Permalink
auto-submit #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed May 19, 2012
1 parent 9b8a1f3 commit d57f31c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Drupal.behaviors.search_autocomplete = function(context) {
//useCache: true,
filterResults: false,
sortResults: false,
onFinish: function() { $('#search-block').submit() },
onFinish: function() { $('#search-form').submit() },
//processData: function(data) {
// return data.replace('\"',"").replace("\'","")
//},
Expand Down

0 comments on commit d57f31c

Please sign in to comment.