diff options
Diffstat (limited to 'frontend/templates/roomlist.html')
| -rw-r--r-- | frontend/templates/roomlist.html | 2 |
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> |
