Workaround for #724

This commit is contained in:
Calvin Montgomery 2017-12-06 22:09:13 -08:00
parent 60f77d4eb9
commit 9886f648f2
3 changed files with 63 additions and 8 deletions

View file

@ -37,7 +37,7 @@ Callbacks = {
// Socket.IO error callback
error: function (msg) {
window.SOCKET_ERROR_REASON = reason;
window.SOCKET_ERROR_REASON = msg;
$("<div/>")
.addClass("server-msg-disconnect")
.text("Unable to connect: " + msg)