From 54ab0f19dca5c1b9b5e4ed4148ccf30bd154abd3 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Mon, 17 Apr 2023 11:40:23 -0400 Subject: [PATCH] solo talk fix; eek --- index.html | 10 +-- lib.js | 148 +++++++++++++++++++++++++--------------- main.css | 6 +- translations/blank.json | 2 +- translations/cn.json | 2 +- translations/cs.json | 2 +- translations/de.json | 2 +- translations/en.json | 2 +- translations/es.json | 2 +- translations/eu.json | 2 +- translations/fr.json | 2 +- translations/it.json | 2 +- translations/ja.json | 2 +- translations/nl.json | 2 +- translations/pig.json | 2 +- translations/pt.json | 2 +- translations/tr.json | 2 +- translations/uk.json | 2 +- webrtc.js | 2 +- whip.html | 7 +- 20 files changed, 122 insertions(+), 81 deletions(-) diff --git a/index.html b/index.html index 80f69cd..912d9c5 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - + @@ -83,7 +83,7 @@ - + +

The WHIP endpoint for VDO.Ninja is https://whip.vdo.ninja

@@ -401,8 +402,8 @@ function gohere1t(){ function gohere2(){ if (document.getElementById('changeText2').value){ - localStorage.setItem('changeText2', document.getElementById('changeText1').value); - window.location = domain + "?hidemenu&whip=" + document.getElementById('changeText1').value; + localStorage.setItem('changeText2', document.getElementById('changeText2').value); + window.location = domain + "?hidemenu&whip=" + document.getElementById('changeText2').value; } }