From f9e1d329e448b1a981b197010bd24e9706a3b47d Mon Sep 17 00:00:00 2001 From: calzoneman Date: Fri, 6 Nov 2015 20:03:01 -0800 Subject: [PATCH] Remove reference to IO_URL in error handler Referenced in #527 --- www/js/callbacks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/callbacks.js b/www/js/callbacks.js index e89341b2..0956ca41 100644 --- a/www/js/callbacks.js +++ b/www/js/callbacks.js @@ -1101,7 +1101,7 @@ setupCallbacks = function() { (function () { if (typeof io === "undefined") { - makeAlert("Uh oh!", "It appears the connection to " + IO_URL + " " + + 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")