Fix wrong width for week when going from day -> planner -> week

This commit is contained in:
Nathan Gray 2015-12-23 21:09:02 +00:00
parent 17b1a3387f
commit f01c973324

View File

@ -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