N°6599 Move moment.js 2.22.2 to NPM

This commit is contained in:
Pierre Goiffon
2024-03-11 14:27:14 +01:00
parent 722765c0aa
commit f894cb24c6
371 changed files with 57283 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ class UnauthenticatedWebPage extends NiceWebPage
$this->LinkScriptFromURI(UAWP_PORTAL_PUBLIC_FOLDER_ABSOLUTE_URL . 'lib/bootstrap/js/bootstrap.min.js');
// Note: Since 2.6.0 moment was moved from portal to iTop core
$this->LinkScriptFromAppRoot('js/moment-with-locales.min.js');
$this->LinkScriptFromAppRoot('node_modules/moment/min/moment-with-locales.min.js');
$this->LinkScriptFromURI(UAWP_PORTAL_PUBLIC_FOLDER_ABSOLUTE_URL . 'lib/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js');