From e65b4cd3ff9b52dff052208d626bb55deea7654a Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 26 Jan 2017 14:01:50 +0100 Subject: [PATCH] fixes the "send pv" button click --- Yavsc/Views/Home/Chat.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();