Events

Recurring

Vision to Venture: Case Competition and Pitch Competition

// Auto-run script when page loads to replace time with TBD window.addEventListener('DOMContentLoaded', function() { // Find all event schedule containers const scheduleElements = document.querySelectorAll('.tribe-events-schedule__datetime'); scheduleElements.forEach(element => { // Find the @ separator and everything after it (time elements) const dateSeparator = element.querySelector('.tribe-events-schedule__separator--date'); if (dateSeparator) { // Get all elements after the date separator let nextElement […]

Recurring

Vision to Venture: Case Competition and Pitch Competition

// Auto-run script when page loads to replace time with TBD window.addEventListener('DOMContentLoaded', function() { // Find all event schedule containers const scheduleElements = document.querySelectorAll('.tribe-events-schedule__datetime'); scheduleElements.forEach(element => { // Find the @ separator and everything after it (time elements) const dateSeparator = element.querySelector('.tribe-events-schedule__separator--date'); if (dateSeparator) { // Get all elements after the date separator let nextElement […]