minor correction to desconnection dialog

This commit is contained in:
bluesaxman 2020-09-30 17:28:35 +00:00
parent d479411845
commit 5c0c2cc1d4

View File

@ -190,7 +190,7 @@ function startGameSession() {
gameSession.onconnect = function () {}; gameSession.onconnect = function () {};
gameSession.onclose = function (event) { gameSession.onclose = function (event) {
console.log(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 window.location.search = ""; //reload page
}); });
}; };