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 710-716 Link Here
710
                dom: "t",
710
                dom: "t",
711
                initComplete: function() {
711
                initComplete: function() {
712
                    this.find("input:radio").first().prop("checked", true );
712
                    this.find("input:radio").first().prop("checked", true );
713
                }
713
                },
714
                paging: false
714
            });
715
            });
715
        });
716
        });
716
    });
717
    });
717
- 

Return to bug 31355