Difference between revisions of "Team:Exeter/Notebook"

Line 39: Line 39:
 
             }
 
             }
 
             notePad.innerHTML = (toShow == null) ? "<h1>"+dateText+"</h1><ul><li>Slow day...</li></ul>" : toShow;
 
             notePad.innerHTML = (toShow == null) ? "<h1>"+dateText+"</h1><ul><li>Slow day...</li></ul>" : toShow;
 +
            checkDatePicker();
 
             console.log("change function does trigger");
 
             console.log("change function does trigger");
 
             var buttonPrev = "<svg viewbox=\"0 0 100 100\"><path class=\"arrow\" d=\"M 50,0 L 60,10 L 20,50 L 60,90 L 50,100 L 0,50 Z\" /></svg>";
 
             var buttonPrev = "<svg viewbox=\"0 0 100 100\"><path class=\"arrow\" d=\"M 50,0 L 60,10 L 20,50 L 60,90 L 50,100 L 0,50 Z\" /></svg>";

Revision as of 12:20, 31 August 2017