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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +2 lines)
Lines 702-708 Link Here
702
                dom: "t",
702
                dom: "t",
703
                initComplete: function() {
703
                initComplete: function() {
704
                    this.find("input:radio").first().prop("checked", true );
704
                    this.find("input:radio").first().prop("checked", true );
705
                }
705
                },
706
                paging: false
706
            });
707
            });
707
        });
708
        });
708
    });
709
    });
709
- 

Return to bug 31355