Module: nagvis
Branch: nagvis-1.4
Commit: 58fbb05c73338eef990149ba87276d248199ae6f
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=58fbb05c73338eef990149ba87276d248199ae6f

Author: Lars Michelsen <[email protected]>
Date:   Sun Aug  2 21:43:40 2009 +0200

Fixed bug #60: Context updates are unavailable after some time

---

 nagvis/nagvis/includes/js/frontend.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/nagvis/nagvis/includes/js/frontend.js 
b/nagvis/nagvis/includes/js/frontend.js
index ba51fd6..85d94bc 100644
--- a/nagvis/nagvis/includes/js/frontend.js
+++ b/nagvis/nagvis/includes/js/frontend.js
@@ -526,6 +526,9 @@ function updateObjects(aMapObjectInformations, aObjs, 
sType) {
 
                // Reparse the hover menu
                aObjs[intIndex].parseHoverMenu();
+               
+               // Reparse the context menu
+               aObjs[intIndex].parseContextMenu();
        }
        
        return bStateChanged;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to