summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
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!");
}