Jump to content

Unknown 52

From The Shivo Library

/**

  • Initialize all functions after DOM is ready

// Execute functions after DOM is fully loaded if (document.readyState === 'complete' || document.readyState === 'interactive') { document.addEventListener('DOMContentLoaded', initialize);