remove removeErrorCssMsg();

This commit is contained in:
Daeng Deni Mardaeni
2024-10-03 13:27:37 +07:00
parent 2f27d5f24c
commit c98c7d50c7
2 changed files with 58 additions and 58 deletions

View File

@@ -72,7 +72,7 @@
$('input[type=radio][name={{ $route[0] }}_tindakan]').change(function() {
removeErrorCssMsg();
if($(this).val()==0)
{
// show jenis pilihan
@@ -126,7 +126,7 @@
beforeSend: function() {
},
success: function(response) {
removeErrorCssMsg();
if ('error' == response.status) {
$.each(response.message, function(index, value) {

View File

@@ -55,7 +55,7 @@
$('input[type=radio][name={{ $route[0] }}_tindakan]').change(function() {
removeErrorCssMsg();
if($(this).val()==0)
{
// show jenis pilihan
@@ -105,7 +105,7 @@
beforeSend: function() {
},
success: function(response) {
removeErrorCssMsg();
if ('error' == response.status) {
$.each(response.message, function(index, value) {