From c8a30b0ccbc68dcd50ccb0ac088924438fe10912 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 21 Oct 2020 16:06:06 +0200 Subject: [PATCH] =?UTF-8?q?:memo:=20N=C2=B02286=20jquery-layout=20not=20us?= =?UTF-8?q?ed=20in=20the=20whole=20console=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/WebPage/iTopWebPage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/application/WebPage/iTopWebPage.php b/sources/application/WebPage/iTopWebPage.php index 8e89d71a6..9038bb9fa 100644 --- a/sources/application/WebPage/iTopWebPage.php +++ b/sources/application/WebPage/iTopWebPage.php @@ -111,6 +111,8 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage $this->add_linked_stylesheet(utils::GetAbsoluteUrlAppRoot().'css/selectize.default.css'); // TODO 3.0.0: Add only what's necessary + // jquery.layout : not used anymore in the whole console but only in some pages (datamodel viewer, dashboard edit, ...) + // TODO : remove adding jquery.layout in iTopWebPage, and only add it when necessary (component level) $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.layout.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.ba-bbq.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.treeview.js');