![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/plugins/jetpack/modules/shortcodes/js/ |
/* global brightcove, brightcoveData */ ( function ( $ ) { var script = document.createElement( 'script' ), tld = 'co.jp' === brightcoveData.tld ? 'co.jp' : 'com', timer = false; // Load Brightcove script script.src = 'https://sadmin.brightcove.' + tld + '/js/BrightcoveExperiences.js'; script.type = 'text/javascript'; script.language = 'JavaScript'; document.head.appendChild( script ); // Start detection for Brightcove script loading in its object try_brightcove(); // Detect if Brightcove script has loaded and bind some events once loaded function try_brightcove() { clearTimeout( timer ); if ( 'object' === typeof brightcove ) { $( document ).ready( brightcove.createExperiences ); $( 'body' ).on( 'post-load', brightcove.createExperiences ); brightcove.createExperiences(); } else { timer = setTimeout( try_brightcove, 100 ); } } } )( jQuery );