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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1467-1472 Link Here
1467
1467
1468
        KohaTable("#subscriptionst", {
1468
        KohaTable("#subscriptionst", {
1469
            dom: '<"clearfix">t',
1469
            dom: '<"clearfix">t',
1470
            "sorting": [[ 1, "desc" ]],
1470
            "columnDefs": [
1471
            "columnDefs": [
1471
                { "type": "title-string", "targets" : [ "title-string" ] }
1472
                { "type": "title-string", "targets" : [ "title-string" ] }
1472
                ],
1473
                ],
1473
- 

Return to bug 21845