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 () {
|
$('#sendpv').click(function () {
|
||||||
// Call the Send method on the hub.
|
// Call the Send method on the hub.
|
||||||
SendPV().focus();
|
sendPV().focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
getUsers();
|
getUsers();
|
||||||
|
Reference in New Issue
Block a user