/*-------------------------------------------------------------- # Copyright (C) joomla-monster.com # License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only # Website: http://www.joomla-monster.com # Support: info@joomla-monster.com ---------------------------------------------------------------*/ function setFrontBottomModulesHeight() { var regexp = new RegExp("_mod([0-9]+)$"); if ($$('.jm-module')) { var modules = $$('.jm-module'); modules.each(function(element){ var match = regexp.exec(element.className); if (match) { var modHeight = parseInt(match[1]); var module_in = element.getElement('.jm-module-content-wrap'); if (module_in) { module_in.setStyle('height', modHeight); } } }); } } window.addEvent('domready', function(){ setFrontBottomModulesHeight(); }); /* FILE ARCHIVED ON 14:35:55 Aug 29, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 09:38:39 Oct 03, 2019. 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: 12.334 (3) exclusion.robots.policy: 0.192 exclusion.robots: 0.205 PetaboxLoader3.datanode: 185.294 (5) esindex: 0.011 RedisCDXSource: 5.265 LoadShardBlock: 301.811 (3) captures_list: 322.708 PetaboxLoader3.resolve: 321.76 (3) load_resource: 326.086 */