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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 517-523 jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { Link Here
517
517
518
(function($) {
518
(function($) {
519
519
520
    $.fn.api = function(options, columns_settings, add_filters, default_filters) {
520
    $.fn.kohaTable = function(options, columns_settings, add_filters, default_filters) {
521
        var settings = null;
521
        var settings = null;
522
522
523
        if ( add_filters ) {
523
        if ( add_filters ) {
524
- 

Return to bug 29408