Update main.js

This commit is contained in:
Thomas G 2022-08-28 12:30:56 +10:00
parent ece94db032
commit 2bd65a2fec
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function openClientPopup(ip,port,placefile,mode) {
window.location.href = "archblox://host/" + port + ":" + placefile;
setTimeout(function(){
window.location.href = "archblox://join/" + port + ":" + ip;
},500);
},10000);
} else {
// no information so just use the default
window.location.href = "archblox://";