Proposition that allows to include modules from ar array. Works both on usual page + ajax page

This commit is contained in:
jf-cbd
2025-12-23 14:55:00 +01:00
parent a627f8a471
commit 35d3194e6c
11 changed files with 190 additions and 8 deletions

View File

@@ -141,6 +141,7 @@ JS
protected function InitializeLinkedScripts(): void
{
parent::InitializeLinkedScripts();
parent::InitializeLinkedModulesScript();
// Used throughout the app.
$this->LinkScriptFromAppRoot('node_modules/jquery/dist/jquery.min.js');