From 9810f666fd806cbe8b92dfece57fe49e0fa9c28c Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 10 Sep 2021 13:24:10 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/application/WebPage/iTopWebPage.php b/sources/application/WebPage/iTopWebPage.php index f2800b07b..e5c093176 100644 --- a/sources/application/WebPage/iTopWebPage.php +++ b/sources/application/WebPage/iTopWebPage.php @@ -157,8 +157,8 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/ckeditor/adapters/jquery.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js'); - $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'node_modules/@popperjs/core/dist/umd/popper.js'); - $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'node_modules/tippy.js/dist/tippy-bundle.umd.js'); + $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'node_modules/@popperjs/core/dist/umd/popper.min.js'); + $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'node_modules/tippy.js/dist/tippy-bundle.umd.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/property_field.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/icon_select.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/raphael-min.js');