1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Use draw.dt event for data tables instead of draw

This commit is contained in:
Daniel Molina 2015-07-13 15:12:04 +02:00
parent bfe90fd477
commit ad3a1dfd10

View File

@ -176,7 +176,7 @@ define(function(require) {
return false;
})
this.dataTable.on('draw', function() {
this.dataTable.on('draw.dt', function() {
that.recountCheckboxes();
})