Module: nagvis Branch: master Commit: 9a1df12dc44992c19ffe12a9b4b5f00b51364725 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=9a1df12dc44992c19ffe12a9b4b5f00b51364725
Author: LaMi <[email protected]> Date: Sat Jan 9 16:26:13 2010 +0100 Changed grid default color --- share/frontend/wui/js/wui.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/wui/js/wui.js b/share/frontend/wui/js/wui.js index 2a617a2..674e449 100644 --- a/share/frontend/wui/js/wui.js +++ b/share/frontend/wui/js/wui.js @@ -120,7 +120,7 @@ function gridParse() { gridXStart = null; gridYStart = null; gridStep = null; - grid = null; + //grid = null; } } ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
