Revert "Add SOTM advert"

This reverts commit 15a7276a9f.
This commit is contained in:
Tom Hughes 2014-11-09 23:03:04 +00:00
parent ac2f9308b9
commit f0ecc6312b
5 changed files with 0 additions and 58 deletions

View file

@ -162,15 +162,6 @@ $(document).ready(function () {
$.cookie("_osm_location", OSM.locationCookie(map), { expires: expiry, path: "/" });
});
if ($.cookie('_osm_sotm') == 'hide') {
$('#sotm').hide();
}
$('#sotm .close').on('click', function() {
$('#sotm').hide();
$.cookie("_osm_sotm", 'hide', { expires: expiry });
});
if ($.cookie('_osm_welcome') == 'hide') {
$('.welcome').hide();
}