Update of /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/js
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23325/www/htdocs/OSSTemplate/js
Modified Files:
debug.js
Log Message:
bug fixes, switch config, snort stuff
Index: debug.js
===================================================================
RCS file: /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/js/debug.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- debug.js 2 Jun 2005 19:04:55 -0000 1.8
+++ debug.js 2 Jun 2005 19:10:13 -0000 1.9
@@ -1,4 +1,4 @@
-var DBGLEVEL = 1;
+var DBGLEVEL = 0;
var dbgwin;
var browserType_IE = 0;
|