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

m
m
Line 9: Line 9:
 
showOtherMonths:true,
 
showOtherMonths:true,
 
onSelect: function(dateText,inst) {
 
onSelect: function(dateText,inst) {
document.getElementById('notes').innerHTML += "You have selected the fine day of ";
+
document.getElementById('notes').innerHTML = "You have selected the fine day of ";
 
document.getElementById('notes').innerHTML += dateText;
 
document.getElementById('notes').innerHTML += dateText;
document.getElementById('notes').innerHTML += "Unfortunately, the notes for that day have run away and we can't find them. :(";
+
document.getElementById('notes').innerHTML += ". Unfortunately, the notes for that day have run away and we can't find them. :(";
 
}
 
}
 
});
 
});

Revision as of 16:01, 23 July 2015

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

Notebook