diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-09-05 06:05:16 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-09-05 06:05:16 -0400 |
| commit | 27cbf16ad0c4c1a1db69cc0ee67ed43a39fb6acf (patch) | |
| tree | 38e364bb5cfc55202a8a73e7f1dd903442d0c630 /static/js | |
| parent | 7e38d6bb674c3c06ad247b6d474b5cee02ea6887 (diff) | |
remove bad }
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 b465c47..566570e 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); |
