|
@@ -69,7 +69,7 @@
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
weekMode: 'liquid',
|
|
weekMode: 'liquid',
|
|
|
- height: calcCalendarHeight()
|
|
|
|
|
|
|
+ height: calcCalendarHeight
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
function calcCalendarHeight() {
|
|
function calcCalendarHeight() {
|
|
@@ -78,10 +78,6 @@
|
|
|
return h;
|
|
return h;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- $(window).resize(function() {
|
|
|
|
|
- $('#calendar').fullCalendar('option', 'height', calcCalendarHeight());
|
|
|
|
|
- });
|
|
|
|
|
-
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|