implements web chat rooms

This commit is contained in:
Paul Schneider 2019-05-11 02:50:19 +01:00
commit bebc611a48
6 changed files with 54 additions and 48 deletions

View file

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