diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-13 07:31:11 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-13 07:31:11 -0400 |
| commit | 41661c78d6941a4a63bebbb30cf0bcf82aa04138 (patch) | |
| tree | c2c5607e48640f86acf29b1a744d43cdd7e05527 /static/js/pichat.js | |
| parent | d87cbb95e22bae4597943b9a39f938fd5bda4253 (diff) | |
| parent | d0bd678ff36fed7cf492b89542588b82efafb938 (diff) | |
Merge branch 'master' of /pichat/repo
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!"); } |
