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