From 16f3421f1166791ebca43136d734f96fa4575a52 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Sat, 8 Apr 2023 01:45:04 +0200 Subject: [PATCH] Fixed Director control panel & some missing icons --- index.html | 6 +++--- lib.js | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 31e0005..a21b2ea 100644 --- a/index.html +++ b/index.html @@ -1621,7 +1621,7 @@
\
\
"; if (session.directorUUID){ - controls.innerHTML += "

This is you, a co-director.
You are also a performer.

"; + controls.innerHTML += "

This is you, a co-director.
You are also a performer.

"; } else { - controls.innerHTML += "

This is you, the director.
You are also a performer.

"; + controls.innerHTML += "

This is you, the director.
You are also a performer.

"; } } @@ -15867,9 +15867,9 @@ async function createDirectorScreenshareOnlyBox() { // sstype=3 \
"; if (session.directorUUID){ - controls.innerHTML += "

This is you, a co-director.
You are also a performer.

"; + controls.innerHTML += "

This is you, a co-director.
You are also a performer.

"; } else { - controls.innerHTML += "

This is you, the director.
You are also a performer.

"; + controls.innerHTML += "

This is you, the director.
You are also a performer.

"; } }