Difference between revisions of "Team:Exeter/Notebook"

Line 38: Line 38:
 
             var toShow = null;
 
             var toShow = null;
 
             }
 
             }
             notePad.innerHTML = (toShow == null) ? "<h1>"+dateText+"</h1><ul><li>Slow day...</li></ul>" : toShow;
+
             notePad.innerHTML = (toShow == null) ? "<h2>"+dateText+"</h2><ul><li>Slow day...</li></ul>" : toShow;
 
             checkDatePicker();
 
             checkDatePicker();
 
             console.log("change function does trigger");
 
             console.log("change function does trigger");

Revision as of 12:00, 5 October 2017

Exeter iGEM's Notebook

Find out what we did in the lab on any given day by clicking on the date in the calendar.