From 4e188739d1983612f8d4387521e961492480ec40 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Mar 2018 22:38:54 +0000 Subject: Reformat message arg for UIkit notification --- static/js/countdown.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/js') diff --git a/static/js/countdown.js b/static/js/countdown.js index 80cfb30c..e27fbcc6 100644 --- a/static/js/countdown.js +++ b/static/js/countdown.js @@ -10,13 +10,13 @@ if (now+1000 < endjam.getTime()) { // Only do anything if the jam hasn't ended UIkit.notification( // Spawn the notification { - message: - "
" + - " " + - " Code Jam Countdown" + - " " + - "

" + - "
", + message: "" + + "
" + + " " + + " Code Jam Countdown" + + " " + + "

" + + "
", pos: "bottom-right", timeout: endjam - now } -- cgit v1.2.3