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

Line 28: Line 28:
 
         maxDate: "18/09/2015",
 
         maxDate: "18/09/2015",
 
         onSelect: function(dateText,inst) {
 
         onSelect: function(dateText,inst) {
             var re = new RegExp([dateText,".*?(?=<\/p>)"].join(""));
+
             var re = new RegExp(dateText + ".*?(?=<\/p>)");
 
             var toShow = notes.match(re);
 
             var toShow = notes.match(re);
 
             if (toShow == null) {
 
             if (toShow == null) {

Revision as of 07:00, 29 August 2015

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

Notebook

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