From 42b779d3015879442300a852379ed7fb92e79236 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Sat, 11 Sep 2021 10:28:38 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03685=20-=20Front-end=20performances:=20I?= =?UTF-8?q?nclude=20dataTables=20lib.=20only=20when=20necessary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/WebPage/NiceWebPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/application/WebPage/NiceWebPage.php b/sources/application/WebPage/NiceWebPage.php index 00809052d..f0c1b3974 100644 --- a/sources/application/WebPage/NiceWebPage.php +++ b/sources/application/WebPage/NiceWebPage.php @@ -49,7 +49,7 @@ class NiceWebPage extends WebPage // Deprecated files 'js/hovertip.js', - /** @deprecated since 3.0.0 N°2737 - Migrate table to DataTables plugin to be iso with the end-users portal */ + /** @deprecated since 3.0.0 N°2737 - Migrate table to DataTables plugin to be iso with the end-users portal, will be removed in 3.x */ 'js/datatable.js', 'js/jquery.tablesorter.js', 'js/jquery.tablesorter.pager.js',