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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-1 / +2 lines)
Lines 841-846 function _dt_on_visibility(add_filters, table_node, table_dt){ Link Here
841
841
842
function _dt_add_filters(table_node, table_dt, filters_options = {}) {
842
function _dt_add_filters(table_node, table_dt, filters_options = {}) {
843
843
844
    if (!table_node.length) return;
845
844
    $(table_node).find('thead tr:eq(1)').remove(); // Remove if one exists already
846
    $(table_node).find('thead tr:eq(1)').remove(); // Remove if one exists already
845
    $(table_node).find('thead tr').clone().appendTo( $(table_node).find('thead') );
847
    $(table_node).find('thead tr').clone().appendTo( $(table_node).find('thead') );
846
848
847
- 

Return to bug 33484