aa
This commit is contained in:
@@ -60,7 +60,11 @@
|
|||||||
|
|
||||||
function handleButtonClick(event) {
|
function handleButtonClick(event) {
|
||||||
const action = event.target.dataset.action;
|
const action = event.target.dataset.action;
|
||||||
const id = form.querySelector('input[name="id"]').value;
|
let id = '';
|
||||||
|
try {
|
||||||
|
id = form.querySelector('input[name="id"]').value;
|
||||||
|
} catch (e) {
|
||||||
|
}
|
||||||
|
|
||||||
loading.style.display = 'block'; // Mostra la clessidra
|
loading.style.display = 'block'; // Mostra la clessidra
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user