From 4f2f7652079b2a7ea4186e12bf315e769f25a638 Mon Sep 17 00:00:00 2001 From: acognet Date: Fri, 30 Jul 2021 15:16:51 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03912=20-=20Polishing:=20Export=20-=20fix?= =?UTF-8?q?=20page=20webservices/export.php=20-=20revert=20delete=20of=20u?= =?UTF-8?q?tils.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/WebPage/NiceWebPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/application/WebPage/NiceWebPage.php b/sources/application/WebPage/NiceWebPage.php index 982516534..948fcf2d0 100644 --- a/sources/application/WebPage/NiceWebPage.php +++ b/sources/application/WebPage/NiceWebPage.php @@ -109,6 +109,7 @@ EOF $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery-migrate.prod.min.js'); } $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery-ui.custom.min.js'); + $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/utils.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/hovertip.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/table-selectable-lines.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/field_sorter.js');