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");