This patch fixes the cause of a JavaScript console error ("Uncaught ReferenceError: $ is not defined") when placing a hold using the staff interface. It:
- Moves the "$.fn.select2.defaults" definition from the top of the page to the bottom so that jQuery is loaded first.
- Improves the display of the dropdown list for the pickup library so that the width is wider.
|