From: Schnoop Date: Fri, 18 Nov 2022 19:07:46 +0000 (+0100) Subject: Update main.js X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=565ade02a48075be6d69ac9844bcd8c897950968;p=friendica.git Update main.js Revert trailing slash changes as this will lead to wrong urls. --- diff --git a/view/js/main.js b/view/js/main.js index e11585381c..93340dc37f 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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;