This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit daa86a2ab98e66eb1c46510a09b3be1ddcfc0002 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 23 17:33:47 2021 +0200 x2gokdriveclient.html: Expect this file in folder '/x2go/' of the VirtualHost. --- src/x2godomcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x2godomcontroller.js b/src/x2godomcontroller.js index 19c8141..f74d664 100644 --- a/src/x2godomcontroller.js +++ b/src/x2godomcontroller.js @@ -249,7 +249,7 @@ X2GoDOMController } let cl = app.__x2goclient; app.updateStatus("X2Go session with ID <b>" + cl.__sessionID + "</b> displayed in other window"); - let wnd = window.open("/assets/x2go-plugin/x2gokdriveclient.html", "X2Go Client", "toolbar=no,resizable=yes,location=no,menubar=no,status=no,titlebar=no"); + let wnd = window.open("/x2go/x2gokdriveclient.html", "X2Go Client", "toolbar=no,resizable=yes,location=no,menubar=no,status=no,titlebar=no"); app.__sepWnd = wnd; console.log("deatch session to", wnd); setTimeout(function () -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git