Module: nagvis Branch: master Commit: 6425aaee007608fd812ef550d6d8cc626a1c7daf URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=6425aaee007608fd812ef550d6d8cc626a1c7daf
Author: LaMi <[email protected]> Date: Thu Mar 18 16:41:52 2010 +0100 Removed debug output --- share/frontend/nagvis-js/js/nagvis.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/nagvis.js b/share/frontend/nagvis-js/js/nagvis.js index 32328bf..7ecabe6 100644 --- a/share/frontend/nagvis-js/js/nagvis.js +++ b/share/frontend/nagvis-js/js/nagvis.js @@ -959,7 +959,6 @@ function drawNagVisTextbox(id, className, bgColor, borderColor, x, y, z, w, h, t if(aOpt[0] && aOpt[0] != '' && aOpt[1] && aOpt[1] != '') { var sKey = aOpt[0].replace(/(-[a-zA-Z])/g, '$1'); - alert(sKey); var regex = /(-[a-zA-Z])/; var result = regex.exec(aOpt[0]); ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
