Skip to content

Commit

Permalink
Add autocomplete for log page
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Jun 15, 2024
1 parent 5a98233 commit c9a922d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ReplayBrowser/Pages/Account/Logs.razor
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
var username = document.getElementById("search").value;
window.location.href = "/account/logs?username=" + username;
}
$(document).ready(function () {
$('#search').autocomplete();
});
</script>

@if(Is1984)
Expand Down

0 comments on commit c9a922d

Please sign in to comment.