fixes the "send pv" button click

This commit is contained in:
Paul Schneider 2017-01-26 14:01:50 +01:00
commit 5ed0f8b71b

View file

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