Skip to content

Commit 5bed7ae

Browse files
committed
Inserita modifica modal anche in categoria associativa
1 parent e8d81fb commit 5bed7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

componenti/Modal/ModalInsertCategoriaAssociativa.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
</div>
2020
<div class="modal-footer">
21-
<button type="button" id="closebtnnewcatass" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
21+
<button type="button" id="closebtninsnewcatass" class="btn btn-secondary closebtninsnewcatass" data-bs-dismiss="modal">Close</button>
2222
<button type="button" class="btn btn-primary savebtnnewcatass">Save changes</button>
2323
</div>
2424
</div>
@@ -47,7 +47,7 @@
4747
},
4848
success: function(response) {
4949
console.log ("inserito");
50-
document.getElementById('closebtnnewcatass').click();
50+
document.getElementById('closebtninsnewcatass').click();
5151
}
5252
5353

0 commit comments

Comments
 (0)