* Calendar - Fix weekend setting got lost when you go from week to day view

This commit is contained in:
nathangray 2017-06-14 09:14:32 -06:00
parent 1fc4f79850
commit b9b03bced7

View File

@ -3886,8 +3886,7 @@ jQuery.extend(app.classes.calendar,{
},
show_weekend: function(state) {
state.days = '1';
state.weekend = 'true';
return app.calendar.View.show_weekend.call(this,state);
return true;
},
scroll: function(delta)
{