Update Winter Sale banner for last day.

This commit is contained in:
evazion
2020-12-31 06:34:51 -06:00
parent d9a8fc99bc
commit 83d6cd5980
4 changed files with 18 additions and 17 deletions

View File

@@ -9,8 +9,8 @@ $(function() {
$("#hide-promotion-notice").on("click.danbooru", function(e) {
$("#promotion-notice").hide();
Cookie.put("hide_promotion_notice", "1", 1 * 24 * 60 * 60);
Cookie.put("hide_upgrade_account_notice", "1", 1 * 24 * 60 * 60);
Cookie.put("hide_final_promotion_notice", "1", 3 * 60 * 60);
Cookie.put("hide_upgrade_account_notice", "1", 7 * 24 * 60 * 60);
e.preventDefault();
});