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) { ...@@ -261,13 +261,13 @@ function actionqueue(antrianno, status) {
if (result.data == null && status == 20) { if (result.data == null && status == 20) {
swal({ // swal({
title: "<span style='color:#222'>error!</span>", // title: "<span style='color:#222'>error!</span>",
text: "<span style='color:#222'>Nomer Antrian Selanjutnya Tidak ada!</span>", // text: "<span style='color:#222'>Nomer Antrian Selanjutnya Tidak ada!</span>",
confirmButtonColor: "#66BB6A", // confirmButtonColor: "#66BB6A",
html: true, // html: true,
type: "warning" // type: "warning"
}); // });
return false; 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