mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-05 10:47:05 +02:00
Fix updateSearchList js error (#524)
This commit is contained in:
@@ -391,11 +391,12 @@ Wireguard Clients
|
||||
);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
// load client list
|
||||
$(document).ready(function () {
|
||||
updateSearchList();
|
||||
populateClientList();
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user