remove removeErrorCssMsg();
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
$('input[type=radio][name={{ $route[0] }}_tindakan]').change(function() {
|
$('input[type=radio][name={{ $route[0] }}_tindakan]').change(function() {
|
||||||
|
|
||||||
removeErrorCssMsg();
|
|
||||||
if($(this).val()==0)
|
if($(this).val()==0)
|
||||||
{
|
{
|
||||||
// show jenis pilihan
|
// show jenis pilihan
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
beforeSend: function() {
|
beforeSend: function() {
|
||||||
},
|
},
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
removeErrorCssMsg();
|
|
||||||
if ('error' == response.status) {
|
if ('error' == response.status) {
|
||||||
|
|
||||||
$.each(response.message, function(index, value) {
|
$.each(response.message, function(index, value) {
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
$('input[type=radio][name={{ $route[0] }}_tindakan]').change(function() {
|
$('input[type=radio][name={{ $route[0] }}_tindakan]').change(function() {
|
||||||
|
|
||||||
removeErrorCssMsg();
|
|
||||||
if($(this).val()==0)
|
if($(this).val()==0)
|
||||||
{
|
{
|
||||||
// show jenis pilihan
|
// show jenis pilihan
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
beforeSend: function() {
|
beforeSend: function() {
|
||||||
},
|
},
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
removeErrorCssMsg();
|
|
||||||
if ('error' == response.status) {
|
if ('error' == response.status) {
|
||||||
|
|
||||||
$.each(response.message, function(index, value) {
|
$.each(response.message, function(index, value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user