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:16:42 +0000 (11:16 -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 0ec83f7..72a1946 100644 (file)
@@ -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();