Perfgorm a reload after following a thread

This commit is contained in:
Michael 2021-02-27 21:57:38 +00:00
parent e2ba42fe8d
commit e8ab396d48
1 changed files with 2 additions and 0 deletions

View File

@ -680,6 +680,8 @@ function doFollowThread(ident) {
$('#like-rotator-' + ident.toString()).show();
$.post('item/' + ident.toString() + '/follow', NavUpdate);
liking = 1;
force_update = true;
update_item = ident.toString();
}
function doStar(ident) {