responsive secondary pages and fixed map

This commit is contained in:
Eden Halperin 2013-11-06 12:57:01 -05:00
parent 301e84d173
commit 537d72b0f6
7 changed files with 67 additions and 13 deletions

View file

@ -130,4 +130,8 @@ function minimiseMap() {
$(document).ready(function () {
var auth_token = $("meta[name=csrf-token]").attr("content");
$("form input[name=authenticity_token]").val(auth_token);
$("#menu-icon").on("click", function() {
$("header").toggleClass("closed");
});
});

View file

@ -309,7 +309,4 @@ $(document).ready(function () {
map.getCenter().lng.toFixed(precision)));
});
$("#menu-icon").on("click", function() {
$("header").toggleClass("closed");
});
});