mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
subscribe-to/follow threads
This commit is contained in:
parent
260b0f7fe8
commit
cef5169567
3 changed files with 31 additions and 10 deletions
10
js/main.js
10
js/main.js
|
@ -380,11 +380,17 @@
|
|||
unpause();
|
||||
$('#like-rotator-' + ident.toString()).show();
|
||||
$.get('like/' + ident.toString() + '?verb=' + verb, NavUpdate );
|
||||
// if(timer) clearTimeout(timer);
|
||||
// timer = setTimeout(NavUpdate,3000);
|
||||
liking = 1;
|
||||
}
|
||||
|
||||
function dosubthread(ident) {
|
||||
unpause();
|
||||
$('#like-rotator-' + ident.toString()).show();
|
||||
$.get('subthread/' + ident.toString(), NavUpdate );
|
||||
liking = 1;
|
||||
}
|
||||
|
||||
|
||||
function dostar(ident) {
|
||||
ident = ident.toString();
|
||||
$('#like-rotator-' + ident).show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue