N°5621 Move JQuery UI 1.12.1 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-16 15:58:18 +01:00
parent 45a8e6d1c8
commit fada9793f0
27 changed files with 33421 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ JS
} else {
$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().'node_modules/jquery-ui-dist/jquery-ui.min.js');
// Used throughout the app.
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/utils.js');