Fixed ClickOnce hide

Ylian Saint-Hilaire committed Apr 17, 2019 at 10:04 UTC a31d028af0fe70b522e6322e5a15cfe60a106b06
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -1449,7 +1449,7 @@
1449 case 'getcookie': {
1450 if (message.tag == 'clickonce') {
1451 var basicPort = "{{{serverRedirPort}}}" == "" ? "{{{serverPublicPort}}}" : "{{{serverRedirPort}}}";
1452 - var rdpurl = "http://" + window.location.hostname + ":" + basicPort + "/clickonce/minirouter/MeshMiniRouter.application?WS=wss%3A%2F%2F" + window.location.hostname + "%2Fmeshrelay.ashx%3Fauth=" + message.cookie + "&CH={{{webcerthash}}}&AP=" + message.protocol + ((debugmode == 1) ? "" : "&XHOL=1");
1452 + var rdpurl = "http://" + window.location.hostname + ":" + basicPort + "/clickonce/minirouter/MeshMiniRouter.application?WS=wss%3A%2F%2F" + window.location.hostname + "%2Fmeshrelay.ashx%3Fauth=" + message.cookie + "&CH={{{webcerthash}}}&AP=" + message.protocol + ((debugmode == 1) ? "" : "&HOL=1");
1453 var newWindow = window.open(rdpurl, '_blank');
1454 newWindow.opener = null;
1455 }