profile likes

This commit is contained in:
friendica
2014-06-22 22:16:26 -07:00
parent 535aa28526
commit c4c1c37bd3
6 changed files with 225 additions and 57 deletions

View File

@@ -695,6 +695,12 @@ function updateConvItems(mode,data) {
liking = 1;
}
function doprofilelike(ident,verb) {
$.get('like/' + ident + '?verb=' + verb, function() { window.location.href=window.location.href; });
}
function dosubthread(ident) {
unpause();
$('#like-rotator-' + ident.toString()).spin('tiny');