RTL fix for leaflet controls, Ad concept
This commit is contained in:
parent
54c1ada23d
commit
774aa0c875
4 changed files with 57 additions and 1 deletions
|
@ -134,4 +134,6 @@ $(document).ready(function () {
|
|||
$("#menu-icon").on("click", function() {
|
||||
$("header").toggleClass("closed");
|
||||
});
|
||||
|
||||
$('#ad .close').on("click", function() { $('#ad').remove(); });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue