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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js (-2 / +1 lines)
Lines 1-6 Link Here
1
// These default options are for translation but can be used
1
// These default options are for translation but can be used
2
// for any other datatables settings
2
// for any other datatables settings
3
// MSG_DT_* variables comes from datatables-strings.inc
3
// MSG_DT_* variables comes from datatables.inc
4
// To use it, write:
4
// To use it, write:
5
//  $("#table_id").dataTable($.extend(true, {}, dataTableDefaults, {
5
//  $("#table_id").dataTable($.extend(true, {}, dataTableDefaults, {
6
//      // other settings
6
//      // other settings
7
- 

Return to bug 15918