Module: nagvis Branch: master Commit: 1d22369daf7a4fbed252ab3d679384830591f951 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=1d22369daf7a4fbed252ab3d679384830591f951
Author: Lars Michelsen <[email protected]> Date: Thu Oct 22 20:24:37 2009 +0200 Fixed automap links in header dropdown --- share/frontend/nagvis-js/js/nagvis.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/nagvis.js b/share/frontend/nagvis-js/js/nagvis.js index 30db9f5..c6ca3e8 100644 --- a/share/frontend/nagvis-js/js/nagvis.js +++ b/share/frontend/nagvis-js/js/nagvis.js @@ -477,7 +477,7 @@ function switchRotation(obj, startLabel, stopLabel) { function changeMap(htmlBase, mapName) { if(mapName.match('^automap=')) { mapName = mapName.replace(/automap=/, ''); - location.href=htmlBase+'/frontend/nagvis-js/index.php?mod=Automap&act=view&show=' + mapName; + location.href=htmlBase+'/frontend/nagvis-js/index.php?mod=AutoMap&act=view&show=' + mapName; } else { if (mapName === '') { location.href=htmlBase+'/frontend/nagvis-js/index.php'; ------------------------------------------------------------------------------ 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
