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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-2 / +2 lines)
Lines 193-199 $( document ).ready(function() { Link Here
193
    $("#finestable").dataTable($.extend(true, {}, dataTablesDefaults, {
193
    $("#finestable").dataTable($.extend(true, {}, dataTablesDefaults, {
194
        "columnDefs": [
194
        "columnDefs": [
195
             { "type": "title-string", "targets" : [ "title-string" ] }
195
             { "type": "title-string", "targets" : [ "title-string" ] }
196
         ]
196
         ],
197
         "order": [[ 0, "desc" ]]
197
    } ));
198
    } ));
198
199
199
    $(".paypal").on("click", function() {
200
    $(".paypal").on("click", function() {
200
- 

Return to bug 21399