Events
' +
'
' +
/* '
' +
'{{#webcast}}' +
'
' +
'{{/webcast}}' +
'{{#docs}}' +
'
' +
'{{title}} (opens in new window)' +
'' +
'{{/docs}}' + */
/* '{{#isFuture}}' +
'
' +
'
Add to Calendar' +
'
' +
'
' +
'{{/isFuture}}' +*/
/* '
' + */
'
' +
'
' +
'{{/items}}' +
'{{^items}}' +
'
There are no events scheduled.
'+
'{{/items}}'
/* beautify preserve:end */
),
complete: function(e) {
$(e.target).slick({
slidesToShow: 3,
slidesToScroll: 3,
autoplay: false,
dots: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
dots: true
}
}]
});
q4App.addToCalendar($(e.target).find('.module_add-to-calendar'));
$('.module.module-embed.module-presentation-events.grow-line .Audio:contains("Transcript")').addClass('js--transcript');
},
});