Merge pull request #9965 from annando/reload-after-follow

Perform a reload after following a thread
This commit is contained in:
Hypolite Petovan
2021-02-27 17:52:37 -05:00
committed by GitHub

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) {