diff --git a/index.html b/index.html index 1c7c73e..dad32e0 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - + @@ -2494,11 +2494,11 @@ // session.hidehome = true; // If used, 'hide home' will make the landing page inaccessible, along with hiding a few go-home elements. // session.record = false; // uncomment to block users from being able to record via vdo.ninja's built in recording function - + - + diff --git a/lib.js b/lib.js index 9e57206..b2c7f6f 100644 --- a/lib.js +++ b/lib.js @@ -24131,7 +24131,7 @@ function updateDirectorsAudio(dataN, UUID) { label.innerText = data.trackLabel; label.style.display = "block"; label.id = "remoteAudioLabel_"+UUID; - label.classList.add("settingsLabel"); + label.classList.add("settingsLabel"); label.dataset.UUID = UUID; audioEle.appendChild(label); } @@ -35204,4 +35204,4 @@ function createControlBoxScreenshare(UUID, soloLink, streamID) { initSceneList(UUID); pokeIframeAPI("control-box", true, UUID); -} \ No newline at end of file +}