Comment out line that breaks holds placement in IE
authorThomas Berezansky <tsbere@mvlc.org>
Mon, 25 Jul 2011 14:14:55 +0000 (10:14 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 25 Jul 2011 15:18:36 +0000 (11:18 -0400)
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@mvlc.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/opac/skin/default/js/holds.js

index 4122e8b..b6e17a2 100644 (file)
@@ -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();