From c2cba489d15c728f93b2b6f45a8d2d4279270b5a Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 18:23:15 +0700 Subject: [PATCH] added dynamic load javascript --- author/project/system/views/themes/default/js.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/author/project/system/views/themes/default/js.html b/author/project/system/views/themes/default/js.html index 47c8fd2..3b6e7e4 100755 --- a/author/project/system/views/themes/default/js.html +++ b/author/project/system/views/themes/default/js.html @@ -1,2 +1,5 @@ {% block js %} +{% for element in javascript } + +{% endfor %} {% endblock %}