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 101-107 Link Here
101
//<![CDATA[
101
//<![CDATA[
102
    $(function() {
102
    $(function() {
103
        $("#topissuest").dataTable($.extend(true, {}, dataTablesDefaults, {
103
        $("#topissuest").dataTable($.extend(true, {}, dataTablesDefaults, {
104
            "sorting": [ [2, "desc"], [0, "asc"] ],
104
            "sorting": [[2, "desc"]],
105
            "columnDefs": [
105
            "columnDefs": [
106
              [% IF ( opacuserlogin ) %]{ "targets": [ -1 ], "sortable": false, "searchable": false }[% END %]
106
              [% IF ( opacuserlogin ) %]{ "targets": [ -1 ], "sortable": false, "searchable": false }[% END %]
107
            ],
107
            ],
108
- 

Return to bug 27168