mirror of
https://github.com/friendica/friendica
synced 2025-01-11 04:04:44 +00:00
commit
528e1661e4
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ function liveUpdate(src) {
|
||||||
|
|
||||||
var orgHeight = $("section").height();
|
var orgHeight = $("section").height();
|
||||||
|
|
||||||
var udargs = ((netargs.length) ? netargs : '');
|
var udargs = ((netargs.length) ? '/' + netargs : '');
|
||||||
|
|
||||||
var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&force=' + (force ? 1 : 0) + '&item=' + update_item;
|
var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&force=' + (force ? 1 : 0) + '&item=' + update_item;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue