Add rulers to holidays

This commit is contained in:
Gergely Polonkai
2015-11-23 11:57:40 +01:00
parent d56036f36d
commit cf440ec976
3 changed files with 25 additions and 0 deletions

View File

@@ -114,6 +114,10 @@
$('div.month').each(function() {
genMonthTable(this);
});
$('div .holiday').each(function() {
updateHoliday(this);
});
</script>
</body>
</html>