We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d81fb commit 5bed7aeCopy full SHA for 5bed7ae
componenti/Modal/ModalInsertCategoriaAssociativa.php
@@ -18,7 +18,7 @@
18
</div>
19
20
<div class="modal-footer">
21
- <button type="button" id="closebtnnewcatass" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
+ <button type="button" id="closebtninsnewcatass" class="btn btn-secondary closebtninsnewcatass" data-bs-dismiss="modal">Close</button>
22
<button type="button" class="btn btn-primary savebtnnewcatass">Save changes</button>
23
24
@@ -47,7 +47,7 @@
47
},
48
success: function(response) {
49
console.log ("inserito");
50
- document.getElementById('closebtnnewcatass').click();
+ document.getElementById('closebtninsnewcatass').click();
51
}
52
53
0 commit comments