From 2d907f31ddbcaa3c3dc134ba1cdea920c18bbbde Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 10 Sep 2021 16:22:22 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03685=20-=20Front-end=20performances:=20U?= =?UTF-8?q?se=20minified=20versions=20of=20libs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/WebPage/iTopWebPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/application/WebPage/iTopWebPage.php b/sources/application/WebPage/iTopWebPage.php index f7ad7431f6..51ad7999f1 100644 --- a/sources/application/WebPage/iTopWebPage.php +++ b/sources/application/WebPage/iTopWebPage.php @@ -147,7 +147,8 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage parent::InitializeLinkedScripts(); // TODO 3.0.0: Add only what's necessary - $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.treeview.js'); + // Used in external keys, DM viewer + $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.treeview.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery-ui-timepicker-addon.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery-ui-timepicker-addon-i18n.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/utils.js');