* 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 e91d932390
commit e6ed8b0ed8

View File

@ -3887,8 +3887,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)
{