mirror of https://github.com/vector-im/riot-web
maintain behavior for non video rooms
Signed-off-by: Timo K <toger5@hotmail.de>pull/26879/head
parent
243515a323
commit
8ab44c98b2
|
@ -292,6 +292,7 @@ function switchVisibleContainers(): void {
|
||||||
|
|
||||||
function toggleConferenceVisibility(inConference: boolean): void {
|
function toggleConferenceVisibility(inConference: boolean): void {
|
||||||
document.getElementById("jitsiContainer")!.style.visibility = inConference ? "unset" : "hidden";
|
document.getElementById("jitsiContainer")!.style.visibility = inConference ? "unset" : "hidden";
|
||||||
|
document.getElementById("joinButtonContainer")!.style.visibility = inConference ? "hidden" : "unset";
|
||||||
}
|
}
|
||||||
|
|
||||||
function skipToJitsiSplashScreen(): void {
|
function skipToJitsiSplashScreen(): void {
|
||||||
|
|
Loading…
Reference in New Issue