mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 03:50:13 +01:00
If weekend is not explicitly off, set it to on
This commit is contained in:
parent
d24d7ceb42
commit
e611d52f8e
@ -1599,6 +1599,10 @@ app.classes.calendar = AppJS.extend(
|
|||||||
{
|
{
|
||||||
state.state.date = new Date();
|
state.state.date = new Date();
|
||||||
}
|
}
|
||||||
|
if(typeof state.state.weekend == 'undefined')
|
||||||
|
{
|
||||||
|
state.state.weekend = true;
|
||||||
|
}
|
||||||
|
|
||||||
// Hide other views
|
// Hide other views
|
||||||
var view = app.classes.calendar.views[state.state.view];
|
var view = app.classes.calendar.views[state.state.view];
|
||||||
|
Loading…
Reference in New Issue
Block a user