From a618f5041594c1787c98385183f83b90feb8d3c2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 17 Mar 2017 00:02:38 +0100 Subject: [PATCH] fixer la deconnexion --- Yavsc/Views/Home/Chat.cshtml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Yavsc/Views/Home/Chat.cshtml b/Yavsc/Views/Home/Chat.cshtml index d309a15e..ec9a3f99 100644 --- a/Yavsc/Views/Home/Chat.cshtml +++ b/Yavsc/Views/Home/Chat.cshtml @@ -100,7 +100,16 @@ ); }; - $(document).ready(function(){ + + +@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. - -} } +}