summaryrefslogtreecommitdiff
path: root/frontend/templates/roomlist.html
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-16 13:38:33 -0500
committerroot <root@lalalizard.com>2012-12-16 13:38:33 -0500
commit7fc4bccc609583a067913686e3106e311d4f454d (patch)
tree041ad626623941a7b04aa21702bd13e941f73356 /frontend/templates/roomlist.html
parent5ac96fe6a920269695efee990e7fed9ffe83df66 (diff)
fix server_host for html pages
Diffstat (limited to 'frontend/templates/roomlist.html')
-rw-r--r--frontend/templates/roomlist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/templates/roomlist.html b/frontend/templates/roomlist.html
index 94b3f63..071f4d0 100644
--- a/frontend/templates/roomlist.html
+++ b/frontend/templates/roomlist.html
@@ -66,7 +66,7 @@
</section>
</body>
<script type="text/javascript">
- var serverHost = "scannerjammer.fm";
+ var serverHost = "{{SERVER_HOST}}";
var serverPort = 80;
var ROOM_LIST = {{ROOM_LIST|safe}};
</script>