Author:   Lars Michelsen <[email protected]>
Date:     Thu Mar 29 23:27:10 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Thu Mar 29 23:27:10 2012 +0200

Made hover menus work on stateless lines (Thanks to Oliver Graf)

---

 share/frontend/nagvis-js/js/NagVisLine.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/frontend/nagvis-js/js/NagVisLine.js 
b/share/frontend/nagvis-js/js/NagVisLine.js
index 3661bb9..63936d3 100644
--- a/share/frontend/nagvis-js/js/NagVisLine.js
+++ b/share/frontend/nagvis-js/js/NagVisLine.js
@@ -140,6 +140,6 @@ var NagVisLine = NagVisStatelessObject.extend({
     },
 
     parseHoverMenu: function () {
-        this.getHoverMenu(this.conf.object_id+'-icon');
+        this.getHoverMenu(this.conf.object_id+'-linelink');
     }
 });


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to