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; } }