parent
84170254e4
commit
9e2db4513e
4 changed files with 7 additions and 10 deletions
|
@ -165,13 +165,13 @@ $(document).ready(function () {
|
|||
$.cookie("_osm_location", OSM.locationCookie(map), { expires: expiry, path: "/" });
|
||||
});
|
||||
|
||||
if ($.cookie('_osm_donate2015') === 'hide') {
|
||||
if ($.cookie('_osm_donatedone2015') === 'hide') {
|
||||
$('#donate').hide();
|
||||
}
|
||||
|
||||
$('#donate .close').on('click', function() {
|
||||
$('#donate').hide();
|
||||
$.cookie("_osm_donate2015", 'hide', { expires: expiry });
|
||||
$.cookie("_osm_donatedone2015", 'hide', { expires: expiry });
|
||||
});
|
||||
|
||||
if ($.cookie('_osm_welcome') === 'hide') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue