[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. c4804c803a2d8b2c3c32aa926d4075909ac3203f

Evergreen Git git at git.evergreen-ils.org
Mon Jul 25 11:18:44 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_2_1 has been updated
       via  c4804c803a2d8b2c3c32aa926d4075909ac3203f (commit)
      from  1385b97fc22f4874488f4c2b4dbd524017dcd553 (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 c4804c803a2d8b2c3c32aa926d4075909ac3203f
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Mon Jul 25 10:14:55 2011 -0400

    Comment out line that breaks holds placement in IE
    
    auto is not a valid option for a border, and IE faults on it.
    Other browsers seem to ignore it, as far as I can tell.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/web/opac/skin/default/js/holds.js b/Open-ILS/web/opac/skin/default/js/holds.js
index 4122e8b..b6e17a2 100644
--- a/Open-ILS/web/opac/skin/default/js/holds.js
+++ b/Open-ILS/web/opac/skin/default/js/holds.js
@@ -109,7 +109,7 @@ function holdsDrawEditor(args) {
 	if(holdArgs.editHold) // flesh the args with the existing hold 
 		holdArgsFromHold(holdArgs.editHold, holdArgs);
 
-    $('holds_parts_selector').style.border = 'auto';
+//    $('holds_parts_selector').style.border = 'auto';
     holdArgs.partsSuggestionMade = false;
 
 	holdsDrawWindow();

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list