Module: nagvis
Branch: master
Commit: 1743f83dcb816f3bda6ec41365f0c1332688fbd4
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=1743f83dcb816f3bda6ec41365f0c1332688fbd4

Author: Lars Michelsen <[email protected]>
Date:   Sat Oct 17 13:28:06 2009 +0200

Fixed javascript syntax error

---

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

diff --git a/share/frontend/nagvis-js/js/frontend.js 
b/share/frontend/nagvis-js/js/frontend.js
index f300ed7..83cb10f 100644
--- a/share/frontend/nagvis-js/js/frontend.js
+++ b/share/frontend/nagvis-js/js/frontend.js
@@ -1797,7 +1797,7 @@ function workerUpdate(iCount, sType, sIdentifier) {
                }
                bStateChanged = null;
        
-       } elseif(sType === 'automap') {
+       } else if(sType === 'automap') {
                
                // Check for changed map configuration
                if(oCurrentFileAges && 
checkMapCfgChanged(oCurrentFileAges[oPageProperties.map_name], 
oPageProperties.map_name)) {


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to