From e001b59cf160113d7338f9ef571e5b0d3a90dc90 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 | 119 ++++++++++++++++++----------------- 1 file changed, 63 insertions(+), 56 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. - -} - - }