mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
* 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) {
|
||||
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