mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Frio: perform item update after activity
This commit is contained in:
parent
708d3892a7
commit
113d72f59f
2 changed files with 6 additions and 0 deletions
|
@ -641,6 +641,11 @@ function liveUpdate(src) {
|
|||
});
|
||||
}
|
||||
|
||||
function updateItem(itemNo) {
|
||||
force_update = true;
|
||||
update_item = itemNo;
|
||||
}
|
||||
|
||||
function imgbright(node) {
|
||||
$(node).removeClass("drophide").addClass("drop");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue