Commit ef145a43 authored by Indra Raja's avatar Indra Raja

Merge branch 'v1.3' into 'v1.2'

commit

See merge request !3
parents 09298ed9 e6be4480
...@@ -11,7 +11,6 @@ const STATUS_MISSED = 60; ...@@ -11,7 +11,6 @@ const STATUS_MISSED = 60;
/* JS comes here */ /* JS comes here */
/* JS comes here */ /* JS comes here */
function textToAudio() { function textToAudio() {
// let msg1 = "nomor antrian";
let no_antrian = document.getElementById("no_antrian").innerHTML; let no_antrian = document.getElementById("no_antrian").innerHTML;
let voice = "nomor antrian " + no_antrian; let voice = "nomor antrian " + no_antrian;
......
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