[open-ils-commits] r10145 -
trunk/Open-ILS/web/opac/skin/default/xml/common
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Jul 26 01:15:06 EDT 2008
Author: dbs
Date: 2008-07-26 01:14:58 -0400 (Sat, 26 Jul 2008)
New Revision: 10145
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml
Log:
And disable debugging in the default build
Modified: trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml 2008-07-26 05:14:11 UTC (rev 10144)
+++ trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml 2008-07-26 05:14:58 UTC (rev 10145)
@@ -35,7 +35,7 @@
<!-- enable Dojo date picker -->
<script language='javascript' type="text/javascript">
- var djConfig = {parseOnLoad: true, isDebug: true},
+ var djConfig = {parseOnLoad: true, isDebug: false},
locale,
lang,
bidi;
More information about the open-ils-commits
mailing list