Fixed welcome banner close button
This commit is contained in:
parent
4000a4004b
commit
eb0f6d5952
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ $(document).ready(function () {
|
|||
$(".welcome").addClass("visible");
|
||||
}
|
||||
|
||||
$(".welcome .close").on("click", function () {
|
||||
$(".welcome .btn-close").on("click", function () {
|
||||
$(".welcome").removeClass("visible");
|
||||
Cookies.set("_osm_welcome", "hide", { secure: true, expires: expiry, path: "/", samesite: "lax" });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue