AddToCalendar / addtocalendar

Free customizable JavaScript widget "Add to Calendar" for event page. It allows users to easily schedule the event in their calendar. Learn more: https://addtocalendar.com
87 stars 43 forks source link

Open calendar links in new tab #23

Open thehunmonkgroup opened 7 years ago

thehunmonkgroup commented 7 years ago

The calendar links (all those with class="atcb-item-link") have a target="_blank" attribute. However, clicking on, for example, the Google Calendar link, it opens in the same browser tab.

My assumption is that this behavior occurs because the click event is handled by the javascript code, is that correct?

Is there a way to configure the links to open in a new tab on click?