Module: nagvis Branch: master Commit: 9b741635be06e5c86628f61b1d46e16c16b4f45c URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=9b741635be06e5c86628f61b1d46e16c16b4f45c
Author: Lars Michelsen <[email protected]> Date: Tue Aug 24 21:39:40 2010 +0200 #348 # signs in url work now as expected again --- .../frontend/nagvis-js/js/NagVisStatefulObject.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/share/frontend/nagvis-js/js/NagVisStatefulObject.js b/share/frontend/nagvis-js/js/NagVisStatefulObject.js index fd9e7c2..1aeb7af 100644 --- a/share/frontend/nagvis-js/js/NagVisStatefulObject.js +++ b/share/frontend/nagvis-js/js/NagVisStatefulObject.js @@ -384,9 +384,6 @@ var NagVisStatefulObject = NagVisObject.extend({ if(this.conf.type != 'map') { this.conf.url = this.conf.url.replace(new RegExp('\\[backend_id\\]', 'g'), this.conf.backend_id); } - - // Replace special chars in url - this.conf.url = this.conf.url.replace(new RegExp('#', 'g'), '%23'); } if(this.conf.hover_url && this.conf.hover_url !== '') { ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
