From fc3af8ad10471767893b8322da0b92e44c3836a9 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Mar 2018 23:27:44 +0000 Subject: Prevent countdown popup from suddenly expanding on load, and add a small piece of text about dismissing it --- static/js/countdown.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/js/countdown.js') diff --git a/static/js/countdown.js b/static/js/countdown.js index e27fbcc6..3bed818b 100644 --- a/static/js/countdown.js +++ b/static/js/countdown.js @@ -15,7 +15,8 @@ + " " + " Code Jam Countdown" + " " - + "

" + + "

...

" + + "(Tap/click to dismiss)" + "", pos: "bottom-right", timeout: endjam - now -- cgit v1.2.3