diff options
Diffstat (limited to 'module/web/templates/footer.tpl')
-rw-r--r-- | module/web/templates/footer.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/module/web/templates/footer.tpl b/module/web/templates/footer.tpl index 308b1d01b..a59b414bf 100644 --- a/module/web/templates/footer.tpl +++ b/module/web/templates/footer.tpl @@ -1,2 +1,6 @@ +%for item in use_js: +<script type="text/javascript" src="static/{{item}}"></script> +%end + </body> </html> |