[open-ils-commits] [GIT] Evergreen ILS branch rel_1_6 updated. 6585bfd811046451d30610097f712ea35762c675

Evergreen Git git at git.evergreen-ils.org
Wed May 25 12:23:48 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_1_6 has been updated
       via  6585bfd811046451d30610097f712ea35762c675 (commit)
      from  63836649487cff867dcee4737f902a7f34a4c241 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6585bfd811046451d30610097f712ea35762c675
Author: senator <senator at dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date:   Fri Sep 17 16:23:14 2010 +0000

    Fix some cases where View MARC upon colliding import broke in Vandelay
    
    git-svn-id: svn://svn.open-ils.org/ILS/trunk@17763 dcc99617-32d9-48b4-a31d-7c20da2025e4
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
index 07a644d..fd4721d 100644
--- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js
+++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
@@ -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>';
 }
 

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/vandelay/vandelay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list