Fix some cases where View MARC upon colliding import broke in Vandelay
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 17 Sep 2010 16:23:14 +0000 (16:23 +0000)
committerJason Etheridge <jason@esilibrary.com>
Wed, 25 May 2011 16:29:48 +0000 (12:29 -0400)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17763 dcc99617-32d9-48b4-a31d-7c20da2025e4
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/web/js/ui/default/vandelay/vandelay.js

index cb0b2ff..e93b973 100644 (file)
@@ -545,7 +545,7 @@ function vlFormatViewMatches(id) {
 }
 
 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>';
 }