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