|
Lines 784-789
Link Here
|
| 784 |
} |
784 |
} |
| 785 |
}); |
785 |
}); |
| 786 |
itemSelectionBuildActionLinks(tab_id); |
786 |
itemSelectionBuildActionLinks(tab_id); |
|
|
787 |
$(this).kohaTableToggleClearFilter(settings); |
| 787 |
}, |
788 |
}, |
| 788 |
drawCallback: function(settings){ |
789 |
drawCallback: function(settings){ |
| 789 |
var api = new $.fn.dataTable.Api(settings) |
790 |
var api = new $.fn.dataTable.Api(settings) |
| 790 |
- |
|
|