perbaikan saat kirim surat nodin tahap akhir

This commit is contained in:
nana4895
2024-06-06 05:45:02 +07:00
parent fde333ad5b
commit b900ac8292
12 changed files with 186 additions and 153 deletions

View File

@@ -74,7 +74,6 @@
<div class="form-group account-btn text-center m-t-10">
<div class="col-xs-12">
<button class="btn w-md btn-bordered btn-danger waves-effect waves-light" type="button" name="login">Login</button>
<button class="btn w-md btn-bordered btn-info waves-effect waves-light" type="button" name="infotoast" onclick="infoToast()">Info Toast</button>
</div>
</div>
@@ -186,12 +185,22 @@
}
}
function infoToast(icone, infone) {
Swal.fire({
// position: posisine,
icon: icone,
title: infone,
showConfirmButton: false,
timer: 2500
});
}
</script>
<script src="assets/js/enter.js"></script>
<script src="assets/customJS/sweetalert_toast/Toast.js"></script>
</body>