Skip to content

Commit

Permalink
comment out code - last resort to see why full url is still running
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeLynSchatz committed Jun 29, 2014
1 parent 0f6a2b5 commit 0ada7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ $(document).ready(function () {
OSM.router.route("/search?query=" + encodeURIComponent(query));//+ OSM.formatHash(map));
})

/*
$(".search_form").on("submit", function(e) {
e.preventDefault();
$("header").addClass("closed");
Expand All @@ -342,6 +343,7 @@ $(document).ready(function () {
OSM.router.route("/" + OSM.formatHash(map));
}
});
*/

$(".describe_location").on("click", function(e) {
e.preventDefault();
Expand Down

0 comments on commit 0ada7af

Please sign in to comment.