From 5c0c2cc1d439a040394f3304341bef6fd3316e72 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Wed, 30 Sep 2020 17:28:35 +0000 Subject: [PATCH] minor correction to desconnection dialog --- UI/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/index.html b/UI/index.html index dc0d1b6..fc2d2d4 100644 --- a/UI/index.html +++ b/UI/index.html @@ -190,7 +190,7 @@ function startGameSession() { gameSession.onconnect = function () {}; gameSession.onclose = function (event) { console.log(event); - popupDialog("connection_error","Connection Error!!!",false,messageDialog,"The server connection was closed!",function () { + popupDialog("connection_error","Connection Error!!!",false,"The server connection was closed!",null,function () { window.location.search = ""; //reload page }); };