Skip to content

Commit

Permalink
Refer search form with the class to target the intended form only - to
Browse files Browse the repository at this point in the history
  • Loading branch information
jabhishek committed Nov 12, 2015
1 parent 63fa15a commit 0f94f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/plugins/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
========================================================================== */

var q, jsonFeedUrl = "/search.json",
$searchForm = $("[data-search-form]"),
$searchForm = $(".simple-search"),
$searchInput = $("[data-search-input]"),
$resultTemplate = $("#search-result"),
$resultsPlaceholder = $("[data-search-results]"),
Expand Down

0 comments on commit 0f94f53

Please sign in to comment.