forked from extern/egroupware
* Calendar - Fix weekend setting got lost when you go from week to day view
This commit is contained in:
parent
1fc4f79850
commit
b9b03bced7
@ -3886,8 +3886,7 @@ jQuery.extend(app.classes.calendar,{
|
|||||||
},
|
},
|
||||||
show_weekend: function(state) {
|
show_weekend: function(state) {
|
||||||
state.days = '1';
|
state.days = '1';
|
||||||
state.weekend = 'true';
|
return true;
|
||||||
return app.calendar.View.show_weekend.call(this,state);
|
|
||||||
},
|
},
|
||||||
scroll: function(delta)
|
scroll: function(delta)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user