Loading view.
November 17, 2020 — Carencro, LA — 8 Hours — *Sustainable Utility Management — W/WW
Heading
' );
if ( ! container ) {
return;
}
window.tribe.events.views.breakpoints.setup( container );
completed = true;
// This was fired already and completed no need to attach to the event listener.
document.removeEventListener( 'DOMContentLoaded', initBreakpoints );
}
// Try to init the breakpoints right away.
initBreakpoints();
document.addEventListener( 'DOMContentLoaded', initBreakpoints );
})();