RTL fix for leaflet controls, Ad concept

This commit is contained in:
Eden Halperin 2013-11-06 18:18:18 -05:00
parent 54c1ada23d
commit 774aa0c875
4 changed files with 57 additions and 1 deletions

View file

@ -134,4 +134,6 @@ $(document).ready(function () {
$("#menu-icon").on("click", function() {
$("header").toggleClass("closed");
});
$('#ad .close').on("click", function() { $('#ad').remove(); });
});