Tarea #704 -> Error en el cálculo por javascript del alta de las columnas de la página web

git-svn-id: https://192.168.0.254/svn/Proyectos.AdemasProyectosSolidarios_Web/trunk@16 dac18aa3-6f68-5b46-b19f-13bb96c8fe2c
This commit is contained in:
David Arranz 2011-12-14 18:13:33 +00:00
parent cb8417d7b3
commit aae39cd4cd

View File

@ -125,8 +125,14 @@ if( jQuery().superfish ) {
/* Detect and adjust the heights of the main columns to match. */
/*-----------------------------------------------------------------------------------*/
// Detect the heights of the two main columns.
// 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");