WIP Accesses

This commit is contained in:
Paul Schneider 2024-03-04 01:02:19 +00:00
commit ce8f3ebce0
869 changed files with 217487 additions and 2851 deletions

View file

@ -8,7 +8,6 @@
@section scripts {
<!--Reference the autogenerated SignalR hub script. -->
<script src="~/api/signalr/hubs"></script>
<!-- SignalR script to update the chat page and send messages.-->
@if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages.
@ -17,6 +16,8 @@
</script>
}
<script src="~/js/chat.js"></script>
<script src="~/lib/microsoft/signalr/dist/browser/signalr.min.js" asp-append-version="true"></script>
<script src="~/js/chat.js" asp-append-version="true"></script>
}