[open-ils-commits] r17764 - branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 17 12:24:29 EDT 2010


Author: senator
Date: 2010-09-17 12:24:26 -0400 (Fri, 17 Sep 2010)
New Revision: 17764

Modified:
   branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js
Log:
Backport r17763 from trunk


Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js	2010-09-17 16:23:14 UTC (rev 17763)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js	2010-09-17 16:24:26 UTC (rev 17764)
@@ -569,7 +569,7 @@
 }
 
 function vlFormatViewMatchMARC(id) {
-    return '<a href="javascript:void(0);" onclick="vlLoadMARCHtml(' + id + ', false, '+
+    return '<a href="javascript:void(0);" onclick="vlLoadMARCHtml(' + id + ', true, '+
         'function(){displayGlobalDiv(\'vl-match-div\');});">' + this.name + '</a>';
 }
 



More information about the open-ils-commits mailing list