Difference between revisions of "Team:Tuebingen/Notebook"

Line 30: Line 30:
 
count++;
 
count++;
 
week.appendChild(date);
 
week.appendChild(date);
 +
week.onclick = function(} {
 +
activeWeek.style.display = 'none';
 +
var nextWeek = '';
 +
this.style.display = 'block';
 +
};
 
}
 
}
 
month.appendChild(week);
 
month.appendChild(week);

Revision as of 09:55, 18 September 2015

<
>