mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 04:14:01 +00:00
fixed update profile, failed on unchanged data
This commit is contained in:
@@ -37,7 +37,14 @@ var Script = function () {
|
||||
$("#waiting").hide();
|
||||
$("#suksesupdate").show();
|
||||
//$("#gagalupdate").hide();
|
||||
}else{
|
||||
}
|
||||
else if(e.status === 304){
|
||||
$("#submitprofile").show();
|
||||
$("#waiting").hide();
|
||||
$("#update-unchanged").show();
|
||||
//$("#gagalupdate").hide();
|
||||
}
|
||||
else{
|
||||
$("#submitprofile").show();
|
||||
$("#waiting").hide();
|
||||
//$("#suksesupdate").show();
|
||||
|
||||
Reference in New Issue
Block a user