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