"use strict";
(function(){ // Use a closure to avoid polluting global scope
    // TODO: This needs to be built into the jams system
    const startjam = new Date(Date.UTC(2018, 2, 23));
    const endjam = new Date(Date.UTC(2018, 2, 26));
    const now = Date.now();
    let goal;
    if (now + 1000 < endjam.getTime()) { // Only do anything if the jam hasn't ended
        UIkit.notification( // Spawn the notification
            {
                "message": ""
                  + "
"
                  + "    
"
                  + "        Code Jam Countdown"
                  + "    "
                  + "    
...
"
                  + "
(Tap/click to dismiss)"
                  + "