diff options
Diffstat (limited to 'view/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'); |