From d0bd678ff36fed7cf492b89542588b82efafb938 Mon Sep 17 00:00:00 2001 From: sostler Date: Tue, 13 Apr 2010 07:30:34 -0400 Subject: Added initial muting --- static/js/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/pichat.js') 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!"); } -- cgit v1.2.3-70-g09d2