summaryrefslogtreecommitdiff
path: root/frontend/templates
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
parent5ac96fe6a920269695efee990e7fed9ffe83df66 (diff)
fix server_host for html pages
Diffstat (limited to 'frontend/templates')
-rw-r--r--frontend/templates/profile.html2
-rw-r--r--frontend/templates/roomlist.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/templates/profile.html b/frontend/templates/profile.html
index 8d1e4aa..7deb845 100644
--- a/frontend/templates/profile.html
+++ b/frontend/templates/profile.html
@@ -117,7 +117,7 @@
</body>
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
<script type="text/javascript">
- serverHost = "scannerjammer.fm"
+ serverHost = "{{SERVER_HOST}}"
serverPort = 80
var userVideoQueue = {{VIDZ|safe}}
var userVideoQueueTitle = "my scans"
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>