Remove reference to IO_URL in error handler

Referenced in #527
This commit is contained in:
calzoneman 2015-11-06 20:03:01 -08:00
parent fac11ee312
commit f9e1d329e4

View file

@ -1101,7 +1101,7 @@ setupCallbacks = function() {
(function () {
if (typeof io === "undefined") {
makeAlert("Uh oh!", "It appears the connection to <code>" + IO_URL + "</code> " +
makeAlert("Uh oh!", "It appears the socket.io connection " +
"has failed. If this error persists, a firewall or " +
"antivirus is likely blocking the connection, or the " +
"server is down.", "alert-danger")