Fix updateSearchList js error (#524)

This commit is contained in:
kevin
2024-01-10 03:52:23 +08:00
committed by GitHub
parent 99104e4295
commit 73108f7f21
2 changed files with 2 additions and 4 deletions

View File

@@ -391,11 +391,12 @@ Wireguard Clients
);
});
});
}
}
</script>
<script>
// load client list
$(document).ready(function () {
updateSearchList();
populateClientList();
})