From 78ac693dcde3696ea906a4dad4ac3c3e7d7aa951 Mon Sep 17 00:00:00 2001 From: OhaiBBQ Date: Sun, 5 Dec 2010 06:17:14 +0300 Subject: [PATCH] only tipsy on avatars in left_pane and manage_aspect_zone --- public/javascripts/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/view.js b/public/javascripts/view.js index 72611305b..e0d5b4a57 100644 --- a/public/javascripts/view.js +++ b/public/javascripts/view.js @@ -147,7 +147,7 @@ var View = { avatars: { bind: function() { - $("img.avatar").tipsy({ + $(".left_pane img.avatar, #manage_aspec_zones img.avatar").tipsy({ live: true }); }