Remove trailing slash in update_ calls

This commit is contained in:
Philipp
2022-11-15 20:11:38 +01:00
parent eff7740a67
commit 584e7a7e6d
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;