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

@@ -189,8 +189,8 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
// Used by inline image, CKEditor and other places
$this->LinkScriptFromAppRoot('node_modules/magnific-popup/dist/jquery.magnific-popup.min.js');
// Used by date(time) attibutes, activity panel, ...
$this->LinkScriptFromAppRoot('js/moment-with-locales.min.js');
// Used by date(time) attributes, activity panel, ...
$this->LinkScriptFromAppRoot('node_modules/moment/min/moment-with-locales.min.js');
// Used by the newsroom
$this->LinkScriptFromAppRoot('node_modules/showdown/dist/showdown.min.js');