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
commit 528e1661e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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;