[open-ils-commits] [GIT] Evergreen ILS branch rel_1_6_2 updated. a3f9645abe08a7b5148e1ceae49cc01f1edc1587

Evergreen Git git at git.evergreen-ils.org
Wed May 25 12:23:49 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_2 has been updated
       via  a3f9645abe08a7b5148e1ceae49cc01f1edc1587 (commit)
      from  7f1c97593d5a58558fda6347f9bd4b021a3100d9 (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 a3f9645abe08a7b5148e1ceae49cc01f1edc1587
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