From c0b959dbac5054287fc2a637d8025c0daa05f816 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 17 Mar 2017 01:57:20 +0100 Subject: [PATCH] Fixes a js bug --- Yavsc/Views/Home/Chat.cshtml | 123 ++++++++++++++++++----------------- 1 file changed, 65 insertions(+), 58 deletions(-) diff --git a/Yavsc/Views/Home/Chat.cshtml b/Yavsc/Views/Home/Chat.cshtml index ec9a3f99..b178f549 100644 --- a/Yavsc/Views/Home/Chat.cshtml +++ b/Yavsc/Views/Home/Chat.cshtml @@ -15,7 +15,7 @@ -
+
@@ -46,10 +46,62 @@ + +@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. - -} - - }