You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments