View | Details | Raw Unified | Return to bug 29706
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +1 lines)
Lines 512-518 Link Here
512
512
513
        $(".toggle_unholdable").click(function(e){
513
        $(".toggle_unholdable").click(function(e){
514
            e.preventDefault();
514
            e.preventDefault();
515
            $(".unholdable").toggle();
515
            $(this).parent('div').find(".unholdable").toggle();
516
        });
516
        });
517
517
518
        $("#hold-request-form").preventDoubleFormSubmit();
518
        $("#hold-request-form").preventDoubleFormSubmit();
519
- 

Return to bug 29706