Module: nagvis
Branch: nagvis-1.4
Commit: 1eabcb3e483e489fceb2925f2d0bd9fbc5599927
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=1eabcb3e483e489fceb2925f2d0bd9fbc5599927

Author: Lars Michelsen <[email protected]>
Date:   Mon Aug 31 12:06:58 2009 +0200

Fixed problem with #87 fix

---

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

diff --git a/nagvis/nagvis/includes/js/nagvis.js 
b/nagvis/nagvis/includes/js/nagvis.js
index bb7869c..36d6f7a 100644
--- a/nagvis/nagvis/includes/js/nagvis.js
+++ b/nagvis/nagvis/includes/js/nagvis.js
@@ -583,7 +583,7 @@ function scrollSlow(iTargetX, iTargetY, iSpeed) {
  */
 function escapeUrlValues(sStr) {
        if(sStr.search('+') !== -1) {
-               sStr = sStr.replace(/+/g, '%2B');
+               sStr = sStr.replace(/\+/g, '%2B');
        }
        
        if(sStr.search('&') !== -1) {


------------------------------------------------------------------------------
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

Reply via email to