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

Author: Lars Michelsen <[email protected]>
Date:   Wed Sep  2 17:18:31 2009 +0200

Fixed typo in latest changes

---

 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 36d6f7a..0cd1394 100644
--- a/nagvis/nagvis/includes/js/nagvis.js
+++ b/nagvis/nagvis/includes/js/nagvis.js
@@ -582,7 +582,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

Reply via email to