/** * @todo */ (function($) { /** * @todo */ Drupal.behaviors.omegaEqualHeights = { attach: function (context) { $('body', context).once('omega-equalheights', function () { $(window).bind('resize.omegaequalheights', function () { $($('.equal-height-container').get().reverse()).each(function () { var elements = $(this).children('.equal-height-element').css('height', ''); if (!Drupal.behaviors.hasOwnProperty('omegaMediaQueries') || Drupal.omega.getCurrentLayout() != 'mobile') { var tallest = 0; elements.each(function () { if ($(this).height() > tallest) { tallest = $(this).height(); } }).each(function() { if ($(this).height() < tallest) { $(this).css('height', tallest); } }); } }); }).load(function () { $(this).trigger('resize.omegaequalheights'); }); }); } }; })(jQuery); /* FILE ARCHIVED ON 03:54:21 Mar 10, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:11:56 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): captures_list: 281.448 load_resource: 90.786 esindex: 0.017 CDXLines.iter: 16.233 (3) exclusion.robots.policy: 0.332 PetaboxLoader3.datanode: 244.749 (4) LoadShardBlock: 260.626 (3) PetaboxLoader3.resolve: 72.976 (2) RedisCDXSource: 0.669 exclusion.robots: 0.348 * * @todo */ Drupal.behaviors.omegaEqualHeights = { attach: function (context) { $('body', context).once('omega-equalheights', function () { $(window).bind('resize.omegaequalheights', function () { $($('.equal-height-container').get().reverse()).each(function () { var elements = $(this).children('.equal-height-element').css('height', ''); if (!Drupal.behaviors.hasOwnProperty('omegaMediaQueries') || Drupal.omega.getCurrentLayout() != 'mobile') { var tallest = 0; elements.each(function () { if ($(this).height() > tallest) { tallest = $(this).height(); } }).each(function() { if ($(this).height() < tallest) { $(this).css('height', tallest); } }); } }); }).load(function () { $(this).trigger('resize.omegaequalheights'); }); }); } }; })(jQuery); /* FILE ARCHIVED ON 03:54:21 Mar 10, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:11:56 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): captures_list: 281.448 load_resource: 90.786 esindex: 0.017 CDXLines.iter: 16.233 (3) exclusion.robots.policy: 0.332 PetaboxLoader3.datanode: 244.749 (4) LoadShardBlock: 260.626 (3) PetaboxLoader3.resolve: 72.976 (2) RedisCDXSource: 0.669 exclusion.robots: 0.348 */