minor correction to desconnection dialog
This commit is contained in:
parent
d479411845
commit
5c0c2cc1d4
@ -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
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user