From 2bb7c825c39c7ae8887f481df2c574049fdd1025 Mon Sep 17 00:00:00 2001 From: juanSTIC Date: Thu, 26 Dec 2024 08:34:38 +0100 Subject: [PATCH] Add JavaScript files to view.detail.php --- custom/modules/Project/views/view.detail.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/modules/Project/views/view.detail.php b/custom/modules/Project/views/view.detail.php index 2650d825e02..294af15438f 100644 --- a/custom/modules/Project/views/view.detail.php +++ b/custom/modules/Project/views/view.detail.php @@ -56,6 +56,8 @@ public function display() SticViews::display($this); echo getVersionedScript("custom/modules/Project/SticUtils.js"); + echo getVersionedScript('modules/Project/Project.js'); + echo getVersionedScript('modules/Project/js/custom_project.js'); // Write here you custom code }