Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eventView.js: (minor) Fix possible undefined argument for
set_events(). The current selected date may not have any events, so set_events() would receive 'undefined' for the first argument. Observed in logs as: ... JS ERROR: TypeError: event_data_list is undefined ... [email protected]:757:13 ... [email protected]:410:30 ... JS LOG: [LookingGlass/warning] Invalid or null source id used when attempting to run Mainloop.source_remove() ... [email protected]:24:42 ... [email protected]:167:20 ... [email protected]:384:22 ... [email protected]:390:14 ... [email protected]:453:14
- Loading branch information