kopia lustrzana https://github.com/friendica/friendica
Fix refresh after commenting
rodzic
2d2fad981b
commit
98445a14e4
|
@ -632,11 +632,13 @@ function liveUpdate(src) {
|
|||
|
||||
var orgHeight = $("section").height();
|
||||
|
||||
var update_url = getUpdateUrl(src);
|
||||
|
||||
if (force_update) {
|
||||
force_update = false;
|
||||
}
|
||||
|
||||
$.get('update_' + getUpdateUrl(src), function(data) {
|
||||
$.get('update_' + update_url, function(data) {
|
||||
in_progress = false;
|
||||
update_item = 0;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue