sort persons
This commit is contained in:
parent
412bcc1035
commit
59f2c716dd
1 changed files with 2 additions and 2 deletions
|
@ -436,7 +436,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const persons2 = <?php echo json_encode(getAllPersonNames(), JSON_UNESCAPED_UNICODE) ?>;
|
const persons2 = <?php echo json_encode(getAllPersonNames(), JSON_UNESCAPED_UNICODE) ?>;
|
||||||
|
person2.sort();
|
||||||
autocomplete(document.getElementById("mainInput"), persons2);
|
autocomplete(document.getElementById("mainInput"), persons2);
|
||||||
</script>
|
</script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/confetti@3.0.3/tsparticles.confetti.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/confetti@3.0.3/tsparticles.confetti.bundle.min.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue