Remove trailing slash in update_ calls

This commit is contained in:
Philipp 2022-11-15 20:11:38 +01:00
parent eff7740a67
commit 584e7a7e6d
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 4 additions and 4 deletions

View file

@ -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;