diff options
| author | sostler <sbostler@gmail.com> | 2010-04-13 07:30:34 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-13 07:30:34 -0400 |
| commit | d0bd678ff36fed7cf492b89542588b82efafb938 (patch) | |
| tree | 4906c63e6cc0775768bdfb2df43fa2f7477afaeb /static/js/pichat.js | |
| parent | 24531004162e9acfb9acd5c8800bf0ca075099b8 (diff) | |
Added initial muting
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 2 |
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!"); } |
