]> git.mxchange.org Git - friendica.git/commitdiff
Update main.js
authorSchnoop <thorsten@daners.info>
Fri, 18 Nov 2022 19:07:46 +0000 (20:07 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 19:07:46 +0000 (20:07 +0100)
Revert trailing slash changes as this will lead to wrong urls.

view/js/main.js

index e11585381c0d144188d5eb7bfc4a4ee569d20123..93340dc37f6fdcb6ba58321489de3c93caf97977 100644 (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;