Module: nagvis Branch: master Commit: 13f53a3d039ff38b0388a80ade07c5f6f8536103 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=13f53a3d039ff38b0388a80ade07c5f6f8536103
Author: Lars Michelsen <[email protected]> Date: Wed Sep 2 17:18:31 2009 +0200 Fixed typo in latest changes --- share/nagvis/includes/js/nagvis.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/nagvis/includes/js/nagvis.js b/share/nagvis/includes/js/nagvis.js index 18db733..fab2622 100644 --- a/share/nagvis/includes/js/nagvis.js +++ b/share/nagvis/includes/js/nagvis.js @@ -549,7 +549,7 @@ function scrollSlow(iTargetX, iTargetY, iSpeed) { * @author Lars Michelsen <[email protected]> */ function escapeUrlValues(sStr) { - if(sStr.search('+') !== -1) { + if(sStr.search('\\+') !== -1) { sStr = sStr.replace(/\+/g, '%2B'); } ------------------------------------------------------------------------------ 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
