📝 N°2286 jquery-layout not used in the whole console anymore

This commit is contained in:
Pierre Goiffon
2020-10-21 16:06:06 +02:00
parent 71bb071f38
commit c8a30b0ccb

View File

@@ -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');