fixes the "send pv" button click
This commit is contained in:
parent
c247c8b2c6
commit
5ed0f8b71b
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…
Add table
Add a link
Reference in a new issue