mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
Version 26.0 release
This commit is contained in:
12
comms.html
12
comms.html
@@ -1098,6 +1098,11 @@
|
||||
videoMode = true;
|
||||
}
|
||||
|
||||
var chat = true;
|
||||
if (urlParams.has('hidechat')){
|
||||
chat = false;
|
||||
}
|
||||
|
||||
if (screen.height && screen.width && (screen.height*screen.width<400000)){
|
||||
mobile = true;
|
||||
}
|
||||
@@ -1834,7 +1839,12 @@
|
||||
|
||||
if (!mobile){
|
||||
document.getElementById("chatModule").classList.remove("hidden");
|
||||
}
|
||||
if (!chat){
|
||||
toggleChat();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
iframe.onload = function(){
|
||||
iframe.contentWindow.postMessage({ groups: savedSession.activeGroups , groupView: savedSession.activeViewGroups }, "*");
|
||||
|
||||
Reference in New Issue
Block a user