(function($, Drupal, undefined){ /** * When set to enable mediaelement for all audio/video files add it to the page. */ Drupal.behaviors.mediaelement = { attach: function(context, settings) { if (settings.mediaelement !== undefined) { // @todo Remove anonymous function. $.each(settings.mediaelement, function(selector, options) { var opts; $(selector, context).once('mediaelement', function() { if (options.controls) { $(this).mediaelementplayer(options.opts); } else { $(this).mediaelement(); } }); }); } // The global option is seperate from the other selectors as it should be // run after any other selectors. if (settings.mediaelementAll !== undefined) { $('video,audio', context).once('mediaelement', function() { $(this).mediaelementplayer(); }); } } }; })(jQuery, Drupal); /* FILE ARCHIVED ON 03:54:21 Mar 10, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:11:42 Mar 25, 2020. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): CDXLines.iter: 14.843 (3) load_resource: 121.731 PetaboxLoader3.datanode: 54.463 (4) exclusion.robots.policy: 0.303 captures_list: 63.685 exclusion.robots: 0.315 RedisCDXSource: 0.665 PetaboxLoader3.resolve: 82.178 esindex: 0.011 LoadShardBlock: 45.021 (3) * * When set to enable mediaelement for all audio/video files add it to the page. */ Drupal.behaviors.mediaelement = { attach: function(context, settings) { if (settings.mediaelement !== undefined) { // @todo Remove anonymous function. $.each(settings.mediaelement, function(selector, options) { var opts; $(selector, context).once('mediaelement', function() { if (options.controls) { $(this).mediaelementplayer(options.opts); } else { $(this).mediaelement(); } }); }); } // The global option is seperate from the other selectors as it should be // run after any other selectors. if (settings.mediaelementAll !== undefined) { $('video,audio', context).once('mediaelement', function() { $(this).mediaelementplayer(); }); } } }; })(jQuery, Drupal); /* FILE ARCHIVED ON 03:54:21 Mar 10, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:11:42 Mar 25, 2020. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): CDXLines.iter: 14.843 (3) load_resource: 121.731 PetaboxLoader3.datanode: 54.463 (4) exclusion.robots.policy: 0.303 captures_list: 63.685 exclusion.robots: 0.315 RedisCDXSource: 0.665 PetaboxLoader3.resolve: 82.178 esindex: 0.011 LoadShardBlock: 45.021 (3) */