This commit is contained in:
Michael Teeuw 2014-02-26 14:19:12 +01:00
parent 150ba599c6
commit d614ca8231

View File

@ -152,7 +152,7 @@ jQuery(document).ready(function($) {
table.append(row); table.append(row);
} }
$('.calendar').html(table); $('.calendar').updateWithText(table,1000);
setTimeout(function() { setTimeout(function() {
updateCalendar(); updateCalendar();