1
0
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:
Daniel Molina 2014-03-07 17:35:45 +01:00
parent dbe21675fa
commit 7dc0767f30

View File

@ -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);
});
}