[open-ils-commits] r16151 - trunk/Open-ILS/web/opac/common/js (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 7 03:11:27 EDT 2010


Author: miker
Date: 2010-04-07 03:11:23 -0400 (Wed, 07 Apr 2010)
New Revision: 16151

Modified:
   trunk/Open-ILS/web/opac/common/js/config.js
Log:
this snunk in. should not have

Modified: trunk/Open-ILS/web/opac/common/js/config.js
===================================================================
--- trunk/Open-ILS/web/opac/common/js/config.js	2010-04-07 07:10:11 UTC (rev 16150)
+++ trunk/Open-ILS/web/opac/common/js/config.js	2010-04-07 07:11:23 UTC (rev 16151)
@@ -1,6 +1,6 @@
 /* Export some constants  ----------------------------------------------------- */
 
-var SHOW_MR_DEFAULT = true; /* true if we show metarecords by default */
+var SHOW_MR_DEFAULT = false; /* true if we show metarecords by default */
 
 //var DO_AUTHORITY_LOOKUPS = false;
 var DO_AUTHORITY_LOOKUPS = true;



More information about the open-ils-commits mailing list