aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_cal.js
diff options
context:
space:
mode:
Diffstat (limited to 'view/js/mod_cal.js')
-rw-r--r--view/js/mod_cal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_cal.js b/view/js/mod_cal.js
index 0bf97fcf7..5867f676e 100644
--- a/view/js/mod_cal.js
+++ b/view/js/mod_cal.js
@@ -17,6 +17,6 @@ function on_fullscreen() {
function on_inline() {
var view = $('#events-calendar').fullCalendar('getView');
if(view.type === 'month') {
- $('#events-calendar').fullCalendar('option', 'height', 'auto');
+ $('#events-calendar').fullCalendar('option', 'height', '');
}
}