Paul Schneider 8 years ago
parent af6060d7ab
commit 586ff25120
1 changed files with 3 additions and 1 deletions

@ -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>
} }

Loading…