From da9b1d5f4a81a4b793d3c09e9537943a28f9001e Mon Sep 17 00:00:00 2001 From: philipp lang Date: Mon, 8 Apr 2024 18:47:52 +0200 Subject: [PATCH] fix asset --- components/EventManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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