Add rulers to holidays
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
$('div.month').each(function() {
|
||||
genMonthTable(this);
|
||||
});
|
||||
|
||||
$('div .holiday').each(function() {
|
||||
updateHoliday(this);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user