Update website/templates/index.html

このコミットが含まれているのは:
n9k 2021-04-15 17:00:34 +00:00
コミット 3b0463e63c
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -102,7 +102,7 @@
frameContainer.replaceChild(newFrame, oldFrame);
}
replaceFrameURL("stream-info-container", "{{ url_for('stream_info', token=token) }}", "stream-info", "");
replaceFrameURL("chat-container", "{{ url_for('chat_iframe') }}?token={{ token }}&users=1", "chat", "chat");
replaceFrameURL("chat-container", "{{ url_for('chat_iframe', token=token) }}", "chat", "chat");
const chat = document.getElementById("chat");
const usersToggle = document.getElementById("users-toggle");