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.
-
-} }
+}