Commit 186edff5 authored by Indra Raja's avatar Indra Raja
parents 2136597e 3437168e
Pipeline #143 failed with stages
......@@ -261,13 +261,13 @@ function actionqueue(antrianno, status) {
if (result.data == null && status == 20) {
swal({
title: "<span style='color:#222'>error!</span>",
text: "<span style='color:#222'>Nomer Antrian Selanjutnya Tidak ada!</span>",
confirmButtonColor: "#66BB6A",
html: true,
type: "warning"
});
// swal({
// title: "<span style='color:#222'>error!</span>",
// text: "<span style='color:#222'>Nomer Antrian Selanjutnya Tidak ada!</span>",
// confirmButtonColor: "#66BB6A",
// html: true,
// type: "warning"
// });
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment