small fix for html5vnc

This commit is contained in:
Adolfo Gómez García 2020-10-13 20:32:57 +02:00
parent b792c630c6
commit 35c4e90be8

View File

@ -191,6 +191,6 @@ class HTML5VNCTransport(transports.Transport):
self.guacamoleServer.value,
ticket,
scrambler,
'javascript:window.close();' + ('o_n_w=0;' if self.forceNewWindow.isTrue() else '')
'javascript:window.close();' + onw
)
)