Skip to content

Commit

Permalink
fix compare ssearch
Browse files Browse the repository at this point in the history
  • Loading branch information
salicio committed Apr 18, 2010
1 parent f4b4e04 commit b874374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(document).ready(function () {
location.href = item.url;
});

$('#city_compare_search').autocomplete($('#city_compare_search').attr('rel')+"/search_for_compare", {
$('#city_compare_search').autocomplete("/"+$('#city_compare_search').attr('rel')+"/search_for_compare", {
dataType: "json",
parse: function(data) {
return $.map(data, function(row) {
Expand Down

0 comments on commit b874374

Please sign in to comment.