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 38518c3..32ff991 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
<script>
const QUERY_STRING = getQueryStringVars();
const DEFAULT_DOMAIN = "conf.toni.immo";
- const DEFAULT_PEER_NAME = QUERY_STRING["peer"] || "";
+ const DEFAULT_PEER_NAME = QUERY_STRING["partner"] || QUERY_STRING["projekt"] || "";
const DEFAULT_BACKGROUND = "#0b72b5";
const DEFAULT_ROOM_NAME = simpleRoomName();