summaryrefslogtreecommitdiff
path: root/static/js/src/profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/src/profile.js')
-rwxr-xr-xstatic/js/src/profile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/profile.js b/static/js/src/profile.js
index 180fdf8..04bb69d 100755
--- a/static/js/src/profile.js
+++ b/static/js/src/profile.js
@@ -13,7 +13,7 @@ function initProfile(recips) {
$('#edit-toggle').click(enableProfileEdit);
activateProfileEditable();
- $('.dash-dump .content').each(function() {
+ $('.dash-hump .content').each(function() {
var t = $(this);
t.html(buildMsgContent(t.text()));
});