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){
|
function reconnector(tlid,type,acct_id,data,mode){
|
||||||
console.log("Reconnector:"+mode)
|
console.log("Reconnector:"+mode)
|
||||||
if(type=="mix" || type=="plus"){
|
if(type=="mix" || type=="integrated" || type=="plus"){
|
||||||
if(localStorage.getItem("voice_" + tlid)){
|
if(localStorage.getItem("voice_" + tlid)){
|
||||||
var voice=true;
|
var voice=true;
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user