tr
This commit is contained in:
parent
f14b8b0598
commit
dd4752ed8f
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…
Add table
Add a link
Reference in a new issue