Workaround for #724
This commit is contained in:
parent
60f77d4eb9
commit
9886f648f2
3 changed files with 63 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue