Difference between revisions of "Team:Tuebingen/Notebook"

Line 33: Line 33:
 
count++;
 
count++;
 
week.appendChild(date);
 
week.appendChild(date);
week.onclick = function() {diashow(currentDia-this.num);};
+
week.onclick = function() {diashow(this.num-currentDia);};
 
}
 
}
 
month.appendChild(week);
 
month.appendChild(week);

Revision as of 10:33, 18 September 2015

<
>
week1
week2