diff options
author | friendica <info@friendica.com> | 2014-06-22 22:16:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-22 22:16:26 -0700 |
commit | c4c1c37bd3388cf2be3f57bc29492e73644bc4ec (patch) | |
tree | 4870a148b2a257b8f32d867960c434008016f6c0 /view/js/main.js | |
parent | 535aa28526177c0a4acffc3b4f9b5c17119ad8f5 (diff) | |
download | volse-hubzilla-c4c1c37bd3388cf2be3f57bc29492e73644bc4ec.tar.gz volse-hubzilla-c4c1c37bd3388cf2be3f57bc29492e73644bc4ec.tar.bz2 volse-hubzilla-c4c1c37bd3388cf2be3f57bc29492e73644bc4ec.zip |
profile likes
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 6 |
1 files changed, 6 insertions, 0 deletions
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'); |