Module: nagvis Branch: master Commit: 42d92391240404dd9cf6225124a8991edd27b111 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=42d92391240404dd9cf6225124a8991edd27b111
Author: Lars Michelsen <[email protected]> Date: Sun Aug 2 21:43:40 2009 +0200 Fixed bug #60: Context updates are unavailable after some time --- share/nagvis/includes/js/frontend.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/share/nagvis/includes/js/frontend.js b/share/nagvis/includes/js/frontend.js index f330398..3861511 100755 --- a/share/nagvis/includes/js/frontend.js +++ b/share/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
