From eda81129d9a1709e3e66a421ca23f5363b2509ab Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Tue, 26 Oct 2021 00:00:24 -0400 Subject: [PATCH] Add files via upload --- main.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index bcff09f..2f54149 100644 --- a/main.js +++ b/main.js @@ -795,8 +795,6 @@ async function main(){ // main asyncronous thread; mostly initializes the user s } } - - if (urlParams.has('pie')){ session.customWSS = urlParams.get('pie') || false; // If session.customWSS == true, then there is no need to set parameters via URL @@ -2293,6 +2291,11 @@ async function main(){ // main asyncronous thread; mostly initializes the user s //getById("container-2").className = 'column columnfade advanced'; // Hide screen share getById("head3").classList.add('advanced'); getById("head3a").classList.add('advanced'); + } else if (session.introOnClean){ + getById("container-2").className = 'column columnfade advanced'; // Hide screen share + getById("container-3").classList.add("skip-animation"); + getById("container-3").classList.remove('pointer'); + delayedStartupFuncs.push([previewWebcam]); } if (session.cleanViewer){