diff options
| author | timb <timb@mb.local> | 2010-04-10 14:21:24 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-10 14:21:24 -0700 |
| commit | 999b92dbf918cb31c0713106ad0337ff3ea16887 (patch) | |
| tree | 3a2de3cacb76801725367a518d3c76ff47bce3d5 /static/js/pichat.js | |
| parent | 1e3b2d85671460112838b946c10d7a82dfa30d7b (diff) | |
move thumb
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 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") { |
