summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4ac362f..e63fe7d 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
<script src="jitsi_url_generator.js"></script>
<script>
const QUERY_STRING = getQueryStringVars();
- const DEFAULT_DOMAIN = window-location.hostname || "konf.toni.immo";
+ const DEFAULT_DOMAIN = window.location.hostname || "konf.toni.immo";
const DEFAULT_PEER_NAME = QUERY_STRING["partner"] || QUERY_STRING["projekt"] || "";
const DEFAULT_BACKGROUND = "#0b72b5";
const DEFAULT_ROOM_NAME = numericRoomName();