only tipsy on avatars in left_pane and manage_aspect_zone
This commit is contained in:
parent
b300adbef5
commit
78ac693dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ var View = {
|
||||||
|
|
||||||
avatars: {
|
avatars: {
|
||||||
bind: function() {
|
bind: function() {
|
||||||
$("img.avatar").tipsy({
|
$(".left_pane img.avatar, #manage_aspec_zones img.avatar").tipsy({
|
||||||
live: true
|
live: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue