diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-10 17:30:41 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-10 17:30:41 -0400 |
| commit | 978618d3e5db6d27670deb2071af82f706764452 (patch) | |
| tree | 244a4b75a4acd0dd7c34f8140dbd40ee9fceda5c /static/js | |
| parent | 2cc49fa4c051065fad589968914eef9e0ee55c5c (diff) | |
| parent | 999b92dbf918cb31c0713106ad0337ff3ea16887 (diff) | |
timb moved thumb to corner
Diffstat (limited to 'static/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 50dd8b0..5fa079a 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -448,7 +448,7 @@ function initLog() { // jesus this logic is ugly function initLogThumb(){ - $(".buttons .thumb").bind('mouseover mouseout', + $(".logged-dump .thumb").bind('mouseover mouseout', function(e) { var favorited = $(this).parents(".dump").hasClass("favorite") ? true : false; if (e.type == "mouseover") { |
