Update main.js
This commit is contained in:
parent
ece94db032
commit
2bd65a2fec
|
|
@ -19,7 +19,7 @@ function openClientPopup(ip,port,placefile,mode) {
|
||||||
window.location.href = "archblox://host/" + port + ":" + placefile;
|
window.location.href = "archblox://host/" + port + ":" + placefile;
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
window.location.href = "archblox://join/" + port + ":" + ip;
|
window.location.href = "archblox://join/" + port + ":" + ip;
|
||||||
},500);
|
},10000);
|
||||||
} else {
|
} else {
|
||||||
// no information so just use the default
|
// no information so just use the default
|
||||||
window.location.href = "archblox://";
|
window.location.href = "archblox://";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue