diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-05 06:05:18 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-05 06:05:18 -0400 |
| commit | 0e458e1046edb34a5c73b98974a2b723cebdbd25 (patch) | |
| tree | 3cc31c29557ea0e7cd9c7b8d6c9c1e71a7fa720b /static/js | |
| parent | f2fd430e9ab2f99a1493f1e1ff6b6c600c3ded91 (diff) | |
| parent | 27cbf16ad0c4c1a1db69cc0ee67ed43a39fb6acf (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/pichat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index a30c248..f7c3bbd 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -486,7 +486,6 @@ function refresh() { updateUI(messages, json.users, json.favs); if (!Away.HasFocus) Away.UnseenMsgCounter += messages.length; - } } catch(e) { if (IsAdmin && window.console) { console.error(e); |
