Commit 3437168e authored by Azy Mushofy Anwary's avatar Azy Mushofy Anwary

Antrian JS

parent de79955b
Pipeline #142 canceled 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