fixes the "send pv" button click
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user