Embed: tweak for non-touch: hide settings menu when gear icon is tapped (for mobile)
This commit is contained in:
parent
e0e272b2e9
commit
bf5a327468
7 changed files with 27 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue