Bug with directory selection not auto-expanding

This commit is contained in:
Conner Harkness 2025-09-08 14:22:53 -06:00
parent 76a6364a06
commit 3e4effb40a

View File

@ -769,7 +769,7 @@
<?php if ($strSearchQuery !== null && strlen($strSearchQuery) > 0): ?>
<script>
$(function() {
$("#query-search")
$("#file-search")
.first()
.val("<?= $strSearchQuery; ?>")
.trigger("input");