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