perbaikan auto save kirim ke kabag umum, dan penambahan button kembalikan saat verif
This commit is contained in:
@@ -956,7 +956,7 @@
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: 'app/notif/inbox_notifbu.php',
|
||||
data: 'satker=' + sess_satker,
|
||||
data: {satker:sess_satker},
|
||||
success: function(data) {
|
||||
if (data == 0) {
|
||||
$('#not_inboxbu').hide();
|
||||
@@ -971,7 +971,7 @@
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: 'app/notif/inbox_notifbu.php',
|
||||
data: 'satker=' + sess_satker,
|
||||
data: {satker:sess_satker},
|
||||
success: function(data) {
|
||||
if (data == 0) {
|
||||
$('#not_inboxbu').hide();
|
||||
@@ -1011,9 +1011,7 @@
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "app/master/user/crud.php",
|
||||
data: 'id=' + cek_data_user_id +
|
||||
'&baru=' + nm_baru +
|
||||
'&key=' + key,
|
||||
data: {id: cek_data_user_id, baru: nm_baru, key: key},
|
||||
success: function(data) {
|
||||
alert('Userlogin terupdate..');
|
||||
}
|
||||
@@ -1027,9 +1025,7 @@
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "app/master/user/crud.php",
|
||||
data: 'id=' + cek_data_user_id +
|
||||
'&baru=' + pwd_baru +
|
||||
'&key=' + key,
|
||||
data: {id: cek_data_user_id, baru: pwd_baru, key: key},
|
||||
success: function(data) {
|
||||
alert('Password terupdate..');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user