mirror of
https://github.com/friendica/friendica
synced 2025-04-23 07:50:12 +00:00
Remove trailing slash in update_
calls
This commit is contained in:
parent
eff7740a67
commit
584e7a7e6d
3 changed files with 4 additions and 4 deletions
|
@ -590,7 +590,7 @@ function liveUpdate(src) {
|
|||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue