From cb8417d7b315715eb19f6dcc9533efeeb0a468e2 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 18 Oct 2011 19:19:21 +0000 Subject: [PATCH] Problema Javascript con navegadores nuevos en el carrusel de fotos de la portada. git-svn-id: https://192.168.0.254/svn/Proyectos.AdemasProyectosSolidarios_Web/trunk@15 dac18aa3-6f68-5b46-b19f-13bb96c8fe2c --- src/wp-content/themes/savinggrace/includes/js/general.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/wp-content/themes/savinggrace/includes/js/general.js b/src/wp-content/themes/savinggrace/includes/js/general.js index 95fdc88..9f9e2c4 100644 --- a/src/wp-content/themes/savinggrace/includes/js/general.js +++ b/src/wp-content/themes/savinggrace/includes/js/general.js @@ -127,12 +127,6 @@ 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");