diff --git a/view/js/main.js b/view/js/main.js index 4db78f6652..d029ec13bc 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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) {