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>
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();