diff options
| author | RblSb <msrblsb@gmail.com> | 2023-04-23 13:38:24 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2023-04-23 13:38:24 +0300 |
| commit | cdf7f00f613d636e587b7840ec8b263017513486 (patch) | |
| tree | 5f5e88d20fcccf8364a32a1fa195e56c4f0e5bc5 /res/index.html | |
| parent | 341ec5ce86d1220060f63d2681b6e8eae11ec488 (diff) | |
Keep player removed between videos
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/index.html b/res/index.html index 4151ba1..6310f8b 100644 --- a/res/index.html +++ b/res/index.html @@ -174,7 +174,7 @@ <li><button id="synchThresholdBtn"><span>${synchThreshold}</span></button></li> <li><button id="setVideoUrlBtn"><span>${setVideoUrl}</span></button></li> <li><button id="selectLocalVideoBtn"><span>${selectLocalVideo}</span></button></li> - <li><button id="removeVideoBtn"><span>${removeVideo}</span></button></li> + <li><button id="removePlayerBtn"><span>${removePlayer}</span></button></li> </div> <div id="adminMenu" style="display: none;"> <h4>${chat}</h4> |
