aboutsummaryrefslogtreecommitdiffstats
path: root/templates/head.html
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-24 22:25:00 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-24 22:25:00 +0100
commitdf4b62f2a1aa616e4038b1511b2e38cd956e6423 (patch)
tree7a320e08c3a6f3f9b2f944f9158a728c582efc16 /templates/head.html
parent67441f813917d0a9c6624ec04ddc08d89ec2b3bc (diff)
downloadcats-radio-node-df4b62f2a1aa616e4038b1511b2e38cd956e6423.tar.gz
cats-radio-node-df4b62f2a1aa616e4038b1511b2e38cd956e6423.tar.bz2
cats-radio-node-df4b62f2a1aa616e4038b1511b2e38cd956e6423.zip
Get Chat window working
Diffstat (limited to 'templates/head.html')
-rw-r--r--templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/head.html b/templates/head.html
index fd0afe4..aabc380 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/static/style.css" type="text/css">
<link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css">
{% for js in page.styles() %}
- <script src="/static/{{ js }}.js" defer></script>
+ <script src="/static/{{ js }}" defer></script>
{% endfor %}
</head>
<body>