Closed Fank closed 7 years ago
This issue is caused by Uncaught SyntaxError: Invalid regular expression: /(^|\.)change(\.|$)/: Stack overflow
And happened only on events with repeat enabled and Mandatory disabled
The loop:
The .date()
in datepicker will trigger the "on change" listener, but don't know why.
I do not know if this is related, but the date shown in the event pop up is in the past and you can not select a valid date for response.
[event][name]over month[/name][allday]false[/allday][startDate]1497537360000[/startDate][endDate]1500132960000[/endDate][reminders][][/reminders][location]asd[/location][description]asd[/description][mandatory]false[/mandatory][repeats]{"every":{"daysOfWeek":[0]},"endDate":1506549600000}[/repeats][/event]
Ok that's weird... I changed to the German timezone, and now I can reproduce this. I'll look into it further in the morning.