From 8d787f66cd044756078b2dc7c6864c23d881c206 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Mon, 25 Jul 2011 10:14:55 -0400 Subject: [PATCH] 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 --- Open-ILS/web/opac/skin/default/js/holds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0