tr
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user