only tipsy on avatars in left_pane and manage_aspect_zone

This commit is contained in:
OhaiBBQ 2010-12-05 06:17:14 +03:00
parent b300adbef5
commit 78ac693dcd

View file

@ -147,7 +147,7 @@ var View = {
avatars: {
bind: function() {
$("img.avatar").tipsy({
$(".left_pane img.avatar, #manage_aspec_zones img.avatar").tipsy({
live: true
});
}