implement unfollow thread
This commit is contained in:
@@ -836,10 +836,20 @@ function dropItem(url, object) {
|
||||
function dosubthread(ident) {
|
||||
unpause();
|
||||
$('#like-rotator-' + ident.toString()).spin('tiny');
|
||||
$.get('subthread/' + ident.toString(), NavUpdate );
|
||||
$.get('subthread/sub/' + ident.toString(), NavUpdate );
|
||||
liking = 1;
|
||||
}
|
||||
|
||||
|
||||
function dounsubthread(ident) {
|
||||
unpause();
|
||||
$('#like-rotator-' + ident.toString()).spin('tiny');
|
||||
$.get('subthread/unsub/' + ident.toString(), NavUpdate );
|
||||
liking = 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
function dostar(ident) {
|
||||
ident = ident.toString();
|
||||
$('#like-rotator-' + ident).spin('tiny');
|
||||
|
||||
Reference in New Issue
Block a user