diff options
| author | timb <timb@mb.local> | 2010-04-13 02:41:18 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-13 02:41:18 -0700 |
| commit | c04b95ccd49a8899f7cd00224c7a2e0f7cb12e7b (patch) | |
| tree | dd46dbd9bae146c0dd12bd693b7d123027a6ad1a /static/js/pichat.js | |
| parent | 05ef02bd2907f4e3ce1b72d6d84d1a2b3acc94c1 (diff) | |
fix avatar uploading
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 e753195..7cb465d 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -445,7 +445,7 @@ function activateProfileEditable() { return escapeHtml(newVal); }; - if ($('#avatar.editable').length > 0) + if ($('#avatar-editing').length > 0) setupUploadAvatar('upload'); var textareaOpts = { 'default_text': 'Enter here!', |
