[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8d787f66cd044756078b2dc7c6864c23d881c206
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 25 11:16:56 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, master has been updated
via 8d787f66cd044756078b2dc7c6864c23d881c206 (commit)
from b82f69844875d05272cc6d93d90b2160f0f9acf4 (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 8d787f66cd044756078b2dc7c6864c23d881c206
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 0ec83f7..72a1946 100644
--- a/Open-ILS/web/opac/skin/default/js/holds.js
+++ b/Open-ILS/web/opac/skin/default/js/holds.js
@@ -126,7 +126,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