Difference between revisions of "Team:ETH Zurich/Notebook"

m
m
Line 18: Line 18:
 
if (toShow == null) {
 
if (toShow == null) {
 
document.getElementById('notes').innerHTML = dateText;
 
document.getElementById('notes').innerHTML = dateText;
document.getElementById('notes').innerHTML += "<br>Nothing happened on this day...yes...absolutely nothing.";
+
document.getElementById('notes').innerHTML += "<br><br>Nothing happened on this day...yes...absolutely nothing.";
 
} else {
 
} else {
 
document.getElementById('notes').innerHTML = toShow;
 
document.getElementById('notes').innerHTML = toShow;

Revision as of 09:15, 29 July 2015

"What I cannot create I do not understand."
- Richard Feynmann

Notebook

Select a day to see what our lab did that day.