mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
* Calendar - Fix weekend setting got lost when you go from week to day view
This commit is contained in:
parent
e91d932390
commit
e6ed8b0ed8
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user