added kadis login

This commit is contained in:
kicap1992
2022-11-28 02:09:33 +08:00
parent 83188d84c1
commit ed6fc1a179
26 changed files with 5809 additions and 30 deletions

View File

@ -1283,7 +1283,7 @@
$("#isi_laporan").append(laporan);
$("#modal_pdf").modal("show");
// await 2 sec
await new Promise(r => setTimeout(r, 500));
await new Promise(r => setTimeout(r, 5000));
// close modal
$("#modal_pdf").modal("hide");
}