diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
| commit | 009f6a24affb01a15d65dc3d12f7e283bb06b625 (patch) | |
| tree | be0cc7c137d9cbf8eb8370ea8091fa582c43d735 /static/js/pichat.js | |
| parent | 12086570eb505abff63bbc205072095401912c95 (diff) | |
sostler prod commit
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 1f64c20..5f66ee2 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -530,11 +530,10 @@ function initProfile() { $('#edit-toggle').click(enableProfileEdit); activateProfileEditable(); - $('.logged-dump .content').each(function() { + $('.dash-dump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); - initLogThumb() }; function initLog() { @@ -545,8 +544,6 @@ function initLog() { initLogThumb(); } - - // jesus this logic is ugly function initLogThumb(){ $(".logged-dump .thumb").bind('mouseover mouseout', |
