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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 1362-1368 function update_search_description( Link Here
1362
1362
1363
                column_searches.push(
1363
                column_searches.push(
1364
                    "%s=%s".format(
1364
                    "%s=%s".format(
1365
                        table_dt.column(i).header().innerHTML,
1365
                        table_dt.column(i).header().textContent,
1366
                        search
1366
                        search
1367
                    )
1367
                    )
1368
                );
1368
                );
1369
- 

Return to bug 40816