responsive secondary pages and fixed map
This commit is contained in:
parent
301e84d173
commit
537d72b0f6
7 changed files with 67 additions and 13 deletions
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
|
@ -309,7 +309,4 @@ $(document).ready(function () {
|
|||
map.getCenter().lng.toFixed(precision)));
|
||||
});
|
||||
|
||||
$("#menu-icon").on("click", function() {
|
||||
$("header").toggleClass("closed");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue