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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-2 / +1 lines)
Lines 145-151 Link Here
145
    <script>
145
    <script>
146
        $(function() {
146
        $(function() {
147
            $("#topissuest").dataTable($.extend(true, {}, dataTablesDefaults, {
147
            $("#topissuest").dataTable($.extend(true, {}, dataTablesDefaults, {
148
                "sorting": [ [2, "desc"], [0, "asc"] ],
148
                "sorting": [[2, "desc"]],
149
                "columnDefs": [
149
                "columnDefs": [
150
                    { "sortable": false, "searchable": false, 'targets': [ 'NoSort' ] },
150
                    { "sortable": false, "searchable": false, 'targets': [ 'NoSort' ] },
151
                    { "type": "anti-the", "targets" : [ "anti-the" ] },
151
                    { "type": "anti-the", "targets" : [ "anti-the" ] },
152
- 

Return to bug 27168