summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-13 05:42:34 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-13 05:42:34 -0400
commit73fa87547d785d7471f01c7d4781b57214a3967a (patch)
tree4d63ac958375be9cd9c17517638152625f9d2493
parent4f0c97c6c4d1bbfa4fbbc04f60b8b91dc9dfe270 (diff)
parent3bd50c842e97efe87e885c3b28ad270ea390f598 (diff)
Merge branch 'master' of /pichat/repo
-rw-r--r--static/js/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index 888e93b..d6af36f 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!',