Bug 15412: Enable dropdowns date selector when suspending holds
It seems to be the way to fix that https://stackoverflow.com/questions/13649459/twitter-bootstrap-multiple-modal-error Test plan: 1 - Place a hold through the opac 2 - View your account->Holds 3 - Click suspend hold 4 - You should be able to select a date using the arrows and dropdowns Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
8235cbb0d4
commit
01d48a7825
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ $.widget.bridge('uitooltip', $.ui.tooltip);
|
|||
"[% interface %]/[% theme %]/lib/enquire.min.js",
|
||||
"[% interface %]/[% theme %]/js/script.js"
|
||||
]);
|
||||
|
||||
// Fix for datepicker in a modal
|
||||
$.fn.modal.Constructor.prototype.enforceFocus = function () {};
|
||||
</script>
|
||||
[% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %]
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue