diff --git a/components/EventManager.php b/components/EventManager.php index a919403..3ee2752 100644 --- a/components/EventManager.php +++ b/components/EventManager.php @@ -157,8 +157,8 @@ abstract class EventManager extends ComponentBase private function addAssets(): void { - // $this->addJs('assets/vendor/adrema-form/dist/main.js'); - $this->addJs('http://localhost:5174/src/main.js', ['type' => 'module']); + $this->addJs('assets/vendor/adrema-form/dist/main.js'); + // $this->addJs('http://localhost:5174/src/main.js', ['type' => 'module']); } private function loadSettings(): void