implements web chat rooms
This commit is contained in:
parent
6ad9b82174
commit
bebc611a48
6 changed files with 54 additions and 48 deletions
|
|
@ -13,11 +13,10 @@
|
|||
|
||||
@if (!ViewBag.IsAuthenticated) { // Get the user name and store it to prepend to messages.
|
||||
<script>
|
||||
$('#chatview').data("anonuname", prompt('Entrez votre nom:', ''));
|
||||
</script>
|
||||
}
|
||||
<script src="~/js/chat.js"></script>
|
||||
<script>
|
||||
// var uname = prompt('Entrez votre nom:', '');
|
||||
|
||||
</script>
|
||||
}
|
||||
<script src="~/js/chat.js"></script>
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue