mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
meetupEventId_
This commit is contained in:
@@ -174,7 +174,7 @@
|
|||||||
clickDay: function(e) {
|
clickDay: function(e) {
|
||||||
if(e.events.length > 0) {
|
if(e.events.length > 0) {
|
||||||
$wire.call('showEvent', e.events[0].id);
|
$wire.call('showEvent', e.events[0].id);
|
||||||
document.getElementById('courseEventId_'+e.events[0].id).scrollIntoView();
|
document.getElementById('meetupEventId_'+e.events[0].id).scrollIntoView();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user