Fixing the message for chat error.

This commit is contained in:
marcins78@gmail.com
2011-12-08 15:58:40 +00:00
parent 91b74a114b
commit 01d864f59d

View File

@@ -28,7 +28,7 @@ var ChatBoxUI = Class.extend({
that.appendMessage("You're not logged in, go to the <a href='index.html'>main page</a> to log in", "warningMessage");
return;
} else if (xhr.status == 404) {
that.appendMessage("Chat room was closed, please go to the Game Hall.", "warningMessage");
that.appendMessage("Chat room was closed, or you were inactive for too long, please go to the Game Hall.", "warningMessage");
return;
} else if (xhr.status == 503) {
that.appendMessage("Server is being restarted, please wait for the restart to finish and try again later.", "warningMessage");