From 2f4e5c0d184a75857004284d1fd96b30548fd26c Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 14 Nov 2019 08:36:06 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.10]=20Ajustement=20r=C3=A9glage=20banni?= =?UTF-8?q?=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.js.php b/core/core.js.php index 06d21906..fe122461 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -343,8 +343,8 @@ core.start = function() { var ratio = width / height; if ( ($(window).width() / ratio) <= height) { $("header").height( $(window).width() / ratio ); - } - $("header").css("line-height", $(window).width() / ratio + "px"); + $("header").css("line-height", $(window).width() / ratio + "px"); + } } }).trigger("resize");