1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00
Enabled buttons when checking all boxes.
This commit is contained in:
Hector Sanjuan 2011-04-01 04:53:18 +02:00 committed by Jaime Melis
parent c86f481032
commit da1f75906c

View File

@ -221,7 +221,9 @@ function initCheckAllBoxes(datatable){
$('tbody input:checkbox',
$(this).parents("table")).each(function(){
$(this).removeAttr("checked");
}); }
});
}
$('tbody input:checkbox',$(this).parents("table")).trigger("change");
});
}