This commit is contained in:
2017-08-31 17:36:57 +02:00
parent af6060d7ab
commit 586ff25120

View File

@ -49,9 +49,11 @@
@if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages. @if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages.
<script> <script>
$('#displayname').val(prompt('Enter your name:', '')); $('#displayname').val(prompt('Entrez votre nom:', ''));
</script> </script>
} }
<script src="~/js/chat.js"></script> <script src="~/js/chat.js"></script>
} }