From c4c1c37bd3388cf2be3f57bc29492e73644bc4ec Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 22 Jun 2014 22:16:26 -0700 Subject: profile likes --- view/js/main.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/js') diff --git a/view/js/main.js b/view/js/main.js index f43ae4d1b..cb492b9de 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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'); -- cgit v1.2.3