diff --git a/core/core.js.php b/core/core.js.php index 060f9fdc..6c75b3d1 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -376,11 +376,11 @@ core.start = function() { var height = heightpx.substr(0,heightpx.length-2); var ratio = width / height; if ( ($(window).width() / ratio) <= height) { - var feature = "getdata(['theme','header','feature']);?>"; + //var feature = "getdata(['theme','header','feature']);?>"; $("header").height( $(window).width() / ratio ); - if( feature !== "feature"){ - $("header").css("line-height", $(window).width() / ratio + "px"); - }; + //if( feature !== "feature"){ + // $("header").css("line-height", $(window).width() / ratio + "px"); + //}; } } }).trigger("resize");