From c4804c803a2d8b2c3c32aa926d4075909ac3203f 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 4122e8b3ff..b6e17a249d 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(); -- 2.11.0