fixes the "send pv" button click

This commit is contained in:
2017-01-26 14:01:50 +01:00
parent 6184a0d152
commit e65b4cd3ff

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();