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@14 dac18aa3-6f68-5b46-b19f-13bb96c8fe2c
This commit is contained in:
parent
c0de514441
commit
14e9bb997e
@ -127,6 +127,12 @@ if( jQuery().superfish ) {
|
|||||||
|
|
||||||
// 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