From f01c973324c91abe164e8f17d53acaffc0d4691b Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 23 Dec 2015 21:09:02 +0000 Subject: [PATCH] Fix wrong width for week when going from day -> planner -> week --- calendar/js/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/calendar/js/app.js b/calendar/js/app.js index 3c156db236..85eded8891 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -1982,6 +1982,9 @@ app.classes.calendar = AppJS.extend( else { $j(view.etemplates[0].DOMContainer).css("width","100%"); + view.etemplates[0].widgetContainer.iterateOver(function(w) { + w.set_width('100%'); + },this,et2_calendar_timegrid); } // Trigger resize to get correct sizes, as they may have sized while