[open-ils-commits] r17763 - trunk/Open-ILS/web/js/ui/default/vandelay (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 17 12:23:17 EDT 2010
Author: senator
Date: 2010-09-17 12:23:14 -0400 (Fri, 17 Sep 2010)
New Revision: 17763
Modified:
trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js
Log:
Fix some cases where View MARC upon colliding import broke in Vandelay
Modified: trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js 2010-09-17 14:17:44 UTC (rev 17762)
+++ trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js 2010-09-17 16:23:14 UTC (rev 17763)
@@ -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