summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-13 07:30:34 -0400
committersostler <sbostler@gmail.com>2010-04-13 07:30:34 -0400
commitd0bd678ff36fed7cf492b89542588b82efafb938 (patch)
tree4906c63e6cc0775768bdfb2df43fa2f7477afaeb /static/js/pichat.js
parent24531004162e9acfb9acd5c8800bf0ca075099b8 (diff)
Added initial muting
Diffstat (limited to 'static/js/pichat.js')
-rw-r--r--static/js/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index d6af36f..d52212d 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -221,7 +221,7 @@ function handleMsgError(resp) {
if (respText == 'MUST_LOGIN') {
alert("Can't send message! Please login.");
} else if (respText) {
- alert("Can't send message! (" + respText + ")");
+ alert("Can't send message! " + respText);
} else {
alert("Can't send message!");
}