mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:15 +01:00
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
|
// 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();
|
state.state = state.date.toJSON();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user