rjkerrison / ciaocine

Cinema viewing info, in an express app
4 stars 0 forks source link

Remove from calendar broken #15

Closed rjkerrison closed 2 years ago

rjkerrison commented 2 years ago

The remove from calendar links on the My Calendar page do not have any event associated. They need to match the selectors in removeFromCalendar.js.

rjkerrison commented 2 years ago

I was able to add the event listener with 73d0dfc1a79e7e5e3f36881c69f1257c34f74272, but the delete isn't working as intended: the calendar listings are not removed, though a 200 response is given. The ids listed may be for the wrong entity.

rjkerrison commented 2 years ago

Fixed by #29.