diff --git a/Yavsc/Views/Home/Chat.cshtml b/Yavsc/Views/Home/Chat.cshtml index 45e1be0c..b9845010 100644 --- a/Yavsc/Views/Home/Chat.cshtml +++ b/Yavsc/Views/Home/Chat.cshtml @@ -215,7 +215,7 @@ $('#discussion').append('
  • ' + htmlEncode(tag) }); $('#sendpv').click(function () { // Call the Send method on the hub. - SendPV().focus(); + sendPV().focus(); }); getUsers();