Jump to content

Unknown 15

From The Shivo Library

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