Fix close handler for welcome message
This commit is contained in:
parent
e9ad6d852c
commit
2f03522c42
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ $(document).ready(function () {
|
|||
$(".welcome").addClass("visible");
|
||||
}
|
||||
|
||||
$(".welcome .close-wrap").on("click", function () {
|
||||
$(".welcome .close").on("click", function () {
|
||||
$(".welcome").removeClass("visible");
|
||||
$.cookie("_osm_welcome", "hide", { expires: expiry, path: "/" });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue