aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/countdown.js14
1 files changed, 7 insertions, 7 deletions
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:
- "<div class='uk-text-center'>" +
- " <span id=\"countdown-title\" class=\"uk-text-center\">" +
- " <a href=\"/info/jams\">Code Jam</a> Countdown" +
- " </span>" +
- " <p class='uk-text-large' id=\"countdown-remaining\"></p>" +
- "</div>",
+ message: ""
+ + "<div class='uk-text-center'>"
+ + " <span id=\"countdown-title\" class=\"uk-text-center\">"
+ + " <a href=\"/info/jams\">Code Jam</a> Countdown"
+ + " </span>"
+ + " <p class='uk-text-large' id=\"countdown-remaining\"></p>"
+ + "</div>",
pos: "bottom-right",
timeout: endjam - now
}