Author:   Lars Michelsen <[email protected]>
Date:     Sat Sep  3 00:13:17 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Sep  3 00:13:17 2011 +0200

Bugfix: Fixed javascript error "Error: attempt to run compile-and-go
script on a cleared scope" after changed main configuration file in FF4

---

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

diff --git a/ChangeLog b/ChangeLog
index a0141aa..b976b76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,8 @@ Frontend
   * Bugfix: Fixed wrong positions of controls during page load (at least in 
firefox)
   * Bugfix: Registering drag stop event globally to prevent dragging problems
     on slower clients
+  * Bugfix: Fixed javascript error "Error: attempt to run compile-and-go 
script on a cleared scope"
+    after changed main configuration file in FF4
 
 Automap
   * Bugfix: Made the problem automap work again
diff --git a/share/frontend/nagvis-js/js/frontend.js 
b/share/frontend/nagvis-js/js/frontend.js
index 3103545..73d0cd9 100644
--- a/share/frontend/nagvis-js/js/frontend.js
+++ b/share/frontend/nagvis-js/js/frontend.js
@@ -1908,6 +1908,7 @@ function workerUpdate(iCount, sType, sIdentifier) {
         if(workerTimeoutID)
             window.clearTimeout(workerTimeoutID);
         window.location.reload(true);
+        return;
     }
 
     if(sType === 'map') {


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to