perbaikan saat kirim surat nodin tahap akhir
This commit is contained in:
13
index.php
13
index.php
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user