
HOT TO GO: The Chappel Roan Party at The Foundation
June 14 @ 10:00 pm - June 15 @ 2:00 am

LXGRP & party iconic presents:
Hot To Go, Your Favorite Party’s Favorite Party. 🌈 Saddle up, Popstars 🌈
We’re taking this party on the road! Whether you’re a “Casual” fan or a ride or die, this night is all about embracing your truest self 💖
Come dressed to express, grab your best friends, and let’s dance to the Midwest Princess until we drop.
document.addEventListener(‘DOMContentLoaded’, function() {
// Cargar el script solo si no está ya cargado
if (typeof window.EBWidgets === ‘undefined’) {
var script = document.createElement(‘script’);
script.src = ‘https://www.eventbrite.com/static/widgets/eb_widgets.js’;
script.onload = function() {
window.EBWidgets.createWidget({
widgetType: ‘checkout’,
eventId: ‘1331841757549’,
iframeContainerId: ‘eventbrite-widget-container-1331841757549’,
iframeContainerHeight: 825,
onOrderComplete: function() {
console.log(‘Order complete!’);
}
});
};
document.body.appendChild(script);
} else {
// Si ya está cargado, inicializar directamente
window.EBWidgets.createWidget({
widgetType: ‘checkout’,
eventId: ‘1331841757549’,
iframeContainerId: ‘eventbrite-widget-container-1331841757549’,
iframeContainerHeight: 425,
onOrderComplete: function() {
console.log(‘Order complete!’);
}
});
}
});