mirror of https://github.com/calzoneman/sync.git
parent
fac11ee312
commit
f9e1d329e4
|
@ -1101,7 +1101,7 @@ setupCallbacks = function() {
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
if (typeof io === "undefined") {
|
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 " +
|
"has failed. If this error persists, a firewall or " +
|
||||||
"antivirus is likely blocking the connection, or the " +
|
"antivirus is likely blocking the connection, or the " +
|
||||||
"server is down.", "alert-danger")
|
"server is down.", "alert-danger")
|
||||||
|
|
Loading…
Reference in New Issue