From af11577450d0068777751635ada45ca8812b8293 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Sun, 22 Nov 2020 21:24:41 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02847=20-=20iTopWebPage:=20Remove=20depre?= =?UTF-8?q?cated=20JS=20FixPaneVis()=20function=20(not=20used=20anymore=20?= =?UTF-8?q?since=203.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/WebPage/iTopWebPage.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sources/application/WebPage/iTopWebPage.php b/sources/application/WebPage/iTopWebPage.php index 06d01493ff..5b52ef1cb8 100644 --- a/sources/application/WebPage/iTopWebPage.php +++ b/sources/application/WebPage/iTopWebPage.php @@ -504,12 +504,6 @@ JS } }); - - - function FixPaneVis() - { - $('.ui-layout-center, .ui-layout-north, .ui-layout-south').css({display: 'block'}); - } JS ); }