Embed: tweak for non-touch: hide settings menu when gear icon is tapped (for mobile)

This commit is contained in:
Cat 2020-07-27 16:25:08 +02:00 committed by Thulinma
parent e0e272b2e9
commit bf5a327468
7 changed files with 27 additions and 4 deletions

View file

@ -900,7 +900,7 @@ function MistVideo(streamName,options) {
});
}
if ("WebSocket" in window) {
if (false) { //if ("WebSocket" in window) {
function openSocket() {
MistVideo.log("Opening stream status stream..");
var url = MistVideo.options.host.replace(/^http/i,"ws");