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:
parent
cb8417d7b3
commit
aae39cd4cd
@ -125,7 +125,13 @@ if( jQuery().superfish ) {
|
|||||||
/* Detect and adjust the heights of the main columns to match. */
|
/* 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;
|
var content;
|
||||||
content = jQuery("#main");
|
content = jQuery("#main");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user