mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 10:49:23 +02:00
minor adjustment to aside character search
This commit is contained in:
parent
32e5b6278e
commit
541b95f926
@ -29,7 +29,7 @@
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
window.searchNames = <?php echo json_encode($names)?>;
|
||||
window.searchNames = <?php echo json_encode($names); ?>;
|
||||
$(function() {
|
||||
if (window.searchNames.length > 0) {
|
||||
$('#src_name').keyup(function(e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user