[Netpass-devel] NetPass/www/htdocs/OSSTemplate/js debug.js,1.6,1.7
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-05-06 20:14:15
|
Update of /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20192/www/htdocs/OSSTemplate/js Modified Files: debug.js Log Message: disable JS debug Index: debug.js =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/OSSTemplate/js/debug.js,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- debug.js 6 May 2005 03:09:34 -0000 1.6 +++ debug.js 6 May 2005 20:14:06 -0000 1.7 @@ -1,4 +1,4 @@ -var DBGLEVEL = 1; +var DBGLEVEL = 0; var dbgwin; var browserType_IE = 0; |