This commit is contained in:
Molkobain
2021-09-14 10:54:06 +02:00
parent 5bd8a25440
commit 120670240c
2 changed files with 3 additions and 3 deletions

View File

@@ -53,9 +53,9 @@ class NiceWebPage extends WebPage
];
/** @inheritDoc */
protected const COMPATIBILITY_DEPRECATED_LINKED_SCRIPTS_REL_PATH = [
/** @deprecated since 3.0.0 Not used in the backoffice since the introduction of the new tooltip lib. */
/** @deprecated 3.0.0 Not used in the backoffice since the introduction of the new tooltip lib. */
'js/hovertip.js',
/** @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 */
/** @deprecated 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',

View File

@@ -50,7 +50,7 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
protected const COMPATIBILITY_DEPRECATED_LINKED_SCRIPTS_REL_PATH = [
'js/date.js',
'js/jquery.layout.min.js',
/** @deprecated since 3.0.0 N°3748 qTip will be removed in 3.x, use Tippy.js instead */
/** @deprecated 3.0.0 N°3748 qTip will be removed in 3.x, use Tippy.js instead */
'js/jquery.qtip-1.0.min.js',
];
/** @inheritDoc */