From 2bd65a2fecfb64046b5ce5d29e128474f397362f Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 28 Aug 2022 12:30:56 +1000 Subject: [PATCH] Update main.js --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 1653ac4..0de0a7d 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -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://";