main
ilhamwara 2025-07-29 09:28:31 +07:00
parent c448ae6dc3
commit ef9e8897d3
1 changed files with 3 additions and 0 deletions

View File

@ -310,6 +310,9 @@
} else {
$('#result').hide();
}
},
error: function(xhr) {
console.error('Error:', xhr.responseText);
}
});
} else {