From 14e9bb997e619112d366a5f2b8fbd9620b40fdef Mon Sep 17 00:00:00 2001 From: david Date: Tue, 2 Aug 2011 16:34:20 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#704=20->=20Error=20en=20el=20c=C3=A1lc?= =?UTF-8?q?ulo=20por=20javascript=20del=20alta=20de=20las=20columnas=20de?= =?UTF-8?q?=20la=20p=C3=A1gina=20web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.AdemasProyectosSolidarios_Web/trunk@14 dac18aa3-6f68-5b46-b19f-13bb96c8fe2c --- src/wp-content/themes/savinggrace/includes/js/general.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/savinggrace/includes/js/general.js b/src/wp-content/themes/savinggrace/includes/js/general.js index ce2c7af..95fdc88 100644 --- a/src/wp-content/themes/savinggrace/includes/js/general.js +++ b/src/wp-content/themes/savinggrace/includes/js/general.js @@ -126,7 +126,13 @@ if( jQuery().superfish ) { /*-----------------------------------------------------------------------------------*/ // Detect the heights of the two main columns. - + + if (document.readyState != "complete") { + //console.info('ready...'); + setTimeout( arguments.callee, 100 ); + return; + } + var content; content = jQuery("#main");