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:
parent
bfe90fd477
commit
ad3a1dfd10
@ -176,7 +176,7 @@ define(function(require) {
|
||||
return false;
|
||||
})
|
||||
|
||||
this.dataTable.on('draw', function() {
|
||||
this.dataTable.on('draw.dt', function() {
|
||||
that.recountCheckboxes();
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user