agiliway / com.agiliway.civicalendar

CiviCalendar Extension
Other
7 stars 13 forks source link

EventInfo.tpl: Add condition for document.ready logic. #23

Closed a-sassmannshausen closed 4 years ago

a-sassmannshausen commented 4 years ago

At present, the unconditional nature of registerParticipantElement.show() causes a stray link to be inserted in public event pages.

Making it dependent on the existence of .crm-actions-ribbon prevents this from happening.

awg-github commented 4 years ago

@a-sassmannshausen, thanks!