Fix typo
This commit is contained in:
parent
4fb37525d5
commit
1fee94846d
|
@ -801,7 +801,7 @@ function reconnector(tlid,type,acct_id,data,mode){
|
||||||
}
|
}
|
||||||
var wssh=localStorage.getItem("wssH_" + tlid);
|
var wssh=localStorage.getItem("wssH_" + tlid);
|
||||||
websocketHome[wssh].close();
|
websocketHome[wssh].close();
|
||||||
var wssh=localStorage.getItem("wssL_" + tlid);
|
var wssl=localStorage.getItem("wssL_" + tlid);
|
||||||
websocketLocal[wssl].close();
|
websocketLocal[wssl].close();
|
||||||
mixre(acct_id, tlid, type, mute,"",voice,mode);
|
mixre(acct_id, tlid, type, mute,"",voice,mode);
|
||||||
}else if(type=="notf"){
|
}else if(type=="notf"){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user