mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-02 10:50:07 +03:00
Fix check_all input
This commit is contained in:
parent
dbe21675fa
commit
7dc0767f30
@ -1381,7 +1381,7 @@ function initCheckAllBoxes(datatable, custom_context){
|
||||
$('td',table).removeClass('markrowchecked');
|
||||
};
|
||||
|
||||
var context = custom_context||table.parents('form');
|
||||
var context = custom_context||table.parents('.tab');
|
||||
recountCheckboxes(table, context);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user