forked from extern/egroupware
fix error stalling calendar edit
This commit is contained in:
parent
01939c6bf6
commit
928a697eb8
@ -1284,7 +1284,7 @@ app.classes.calendar = AppJS.extend(
|
||||
}
|
||||
|
||||
// Make sure date is consitantly a string, in case it needs to be passed to server
|
||||
if(state.date.toJSON)
|
||||
if(state.date)
|
||||
{
|
||||
state.state = state.date.toJSON();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user