Atualizando arquivos
This commit is contained in:
parent
b09801c9cd
commit
01525cee84
1 changed files with 1 additions and 1 deletions
|
|
@ -1706,7 +1706,7 @@ function alternarCheckboxes() {
|
|||
}
|
||||
|
||||
if (selecionados.length === checkboxes.length) {
|
||||
const linhas = document.querySelectorAll('#tabela-produtos tbody tr');
|
||||
const linhas = document.querySelectorAll('#tblProductsCompanies tbody tr');
|
||||
|
||||
linhas.forEach((linha, index) => {
|
||||
const checkbox = linha.querySelector('input.group');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue