After school STEM
![](https://www.somonauklibrary.org/wp-content/themes/somonauk-public-library/assets/media/plc-inner-img.png)
function initBreakpoints() { if ( completed ) { // This was fired already and completed no need to attach to the event listener. document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); return; }
if ( 'undefined' === typeof window.tribe ) { return; }
if ( 'undefined' === typeof window.tribe.events ) { return; }
if ( 'undefined' === typeof window.tribe.events.views ) { return; }
if ( 'undefined' === typeof window.tribe.events.views.breakpoints ) { return; }
if ( 'function' !== typeof (window.tribe.events.views.breakpoints.setup) ) { return; }
var container = document.querySelectorAll( '[data-view-breakpoint-pointer="0fa2adbd-ffb4-49cd-a413-c4c688cd193a"]' ); 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 );
})();