From: Thomas Berezansky Date: Mon, 25 Jul 2011 14:14:55 +0000 (-0400) Subject: Comment out line that breaks holds placement in IE X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8d787f66cd044756078b2dc7c6864c23d881c206;p=evergreen%2Fmasslnc.git 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 Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/web/opac/skin/default/js/holds.js b/Open-ILS/web/opac/skin/default/js/holds.js index 0ec83f7b9d..72a1946cb8 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();