From a5a00325b63936d0851263fbad35817e6941c5bf Mon Sep 17 00:00:00 2001 From: steveseguin Date: Fri, 5 Jan 2024 01:18:07 -0500 Subject: [PATCH] revert again: --- dock.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dock.html b/dock.html index 4b2780ed..7fac8f5b 100644 --- a/dock.html +++ b/dock.html @@ -4009,7 +4009,7 @@ function RecvDataWindow(){ iframe = document.createElement("iframe"); - iframe.src = "https://vdo.socialstream.ninja/?ln&salt=vdo.ninja&password="+password+"&push&label=dock&vd=0&ad=0&novideo&noaudio&autostart&cleanoutput&room="+roomID; // push and view, as we will connect with other docks also. I suppose I can have it only do this if &sync is enabled? + iframe.src = "https://vdo.socialstream.ninja/?ln&salt=vdo.ninja&password="+password+"&push¬mobile&label=dock&vd=0&ad=0&novideo&noaudio&autostart&cleanoutput&room="+roomID; // push and view, as we will connect with other docks also. I suppose I can have it only do this if &sync is enabled? iframe.style.width = "0px"; iframe.style.height = "0px"; iframe.style.position = "fixed";