From 60ad46b2fb5a3ccbe559e2c899ce3771fe5aa796 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Wed, 20 Dec 2023 15:24:56 +0100 Subject: [PATCH] and another dependency of Tabs --- .../controllers/public/js/Components.php | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 application/controllers/public/js/Components.php diff --git a/application/controllers/public/js/Components.php b/application/controllers/public/js/Components.php new file mode 100644 index 000000000..830e7ea65 --- /dev/null +++ b/application/controllers/public/js/Components.php @@ -0,0 +1,43 @@ +output->set_content_type('text/javascript'); + $this->output->set_output($contents); + } +}