Add type integrated to reconnector
This commit is contained in:
parent
1fee94846d
commit
a09c031dbe
|
@ -788,7 +788,7 @@ function strAliveInt(){
|
|||
}
|
||||
function reconnector(tlid,type,acct_id,data,mode){
|
||||
console.log("Reconnector:"+mode)
|
||||
if(type=="mix" || type=="plus"){
|
||||
if(type=="mix" || type=="integrated" || type=="plus"){
|
||||
if(localStorage.getItem("voice_" + tlid)){
|
||||
var voice=true;
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue
Block a user