Merge pull request #1 from Schnoop/Schnoop-patch-1

Update main.js
This commit is contained in:
Schnoop
2022-11-18 20:08:10 +01:00
committed by GitHub

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;