Code: Select all
// sweetalert framework
swal({
title: "Good job!",
text: "Profile Update Successfully!",
icon: "success",
button: "Okay!",
});
window.location.reload();
Code: Select all
// sweetalert framework
swal({
title: "Good job!",
text: "Profile Update Successfully!",
icon: "success",
button: "Okay!",
});
window.location.reload();