Perfgorm a reload after following a thread
This commit is contained in:
parent
e2ba42fe8d
commit
e8ab396d48
1 changed files with 2 additions and 0 deletions
|
@ -680,6 +680,8 @@ function doFollowThread(ident) {
|
||||||
$('#like-rotator-' + ident.toString()).show();
|
$('#like-rotator-' + ident.toString()).show();
|
||||||
$.post('item/' + ident.toString() + '/follow', NavUpdate);
|
$.post('item/' + ident.toString() + '/follow', NavUpdate);
|
||||||
liking = 1;
|
liking = 1;
|
||||||
|
force_update = true;
|
||||||
|
update_item = ident.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
function doStar(ident) {
|
function doStar(ident) {
|
||||||
|
|
Loading…
Reference in a new issue