Perfgorm a reload after following a thread

pull/9965/head
Michael 2021-02-27 21:57:38 +00:00
rodzic e2ba42fe8d
commit e8ab396d48
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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