fixes the "send pv" button click

vnext
Paul Schneider 8 years ago
parent 6184a0d152
commit e65b4cd3ff
1 changed files with 1 additions and 1 deletions

@ -215,7 +215,7 @@ $('#discussion').append('<li class="notif"><i>' + htmlEncode(tag)
}); });
$('#sendpv').click(function () { $('#sendpv').click(function () {
// Call the Send method on the hub. // Call the Send method on the hub.
SendPV().focus(); sendPV().focus();
}); });
getUsers(); getUsers();

Loading…