fix vari - doc - viste
This commit is contained in:
@@ -1303,7 +1303,7 @@ function showMoveModal(id, nome) {
|
||||
$('#moveModal').modal('show');
|
||||
}
|
||||
|
||||
document.getElementById('massMoveModal')?.addEventListener('show.bs.modal', function() {
|
||||
$('#massMoveModal').on('show.bs.modal', function() {
|
||||
const ids = getSelectedIds();
|
||||
document.getElementById('massMoveIds').value = ids.join(',');
|
||||
document.getElementById('massMoveCount').textContent = ids.length;
|
||||
|
||||
Reference in New Issue
Block a user