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

(-)a/koha-tmpl/intranet-tmpl/prog/js/letter.js (-1 / +1 lines)
Lines 129-134 $(document).ready(function() { Link Here
129
    });
129
    });
130
130
131
    $( ".transport-types" ).accordion({
131
    $( ".transport-types" ).accordion({
132
        header: "h3",
132
        collapsible: true,
133
        collapsible: true,
133
        active: parseInt( $("#section").val(), 10),
134
        active: parseInt( $("#section").val(), 10),
134
        animate: 200,
135
        animate: 200,
135
- 

Return to bug 30509