Fix issue

This commit is contained in:
Pierre HUBERT 2021-04-21 19:14:01 +02:00
parent 3d8307cd87
commit 285e9fe792

View File

@ -137,8 +137,8 @@ class GroupPresencePage {
// Delete event
eventClick: async function(info) {
console.log(info)
if (info.event.userID != userID())
if (info.event.extendedProps.userID != userID())
return;
if (lastClick == null || new Date().getTime() - lastClick.getTime() > 500)