Compare commits

...

2 Commits

Author SHA1 Message Date
Julien Fontanet
e2a482a6ca 5.10.2 2017-06-30 19:15:43 +02:00
Julien Fontanet
8924444cc1 fix(react-novnc): use correct var (sic) 2017-06-30 19:14:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-web",
"version": "5.10.1",
"version": "5.10.2",
"license": "AGPL-3.0",
"description": "Web interface client for Xen-Orchestra",
"keywords": [

View File

@@ -106,7 +106,7 @@ export default class NoVnc extends Component {
// if not available from the URL, use the default ones
const { port = isSecure ? 443 : 80 } = url
rfb.connect(url.hostname, url, null, clippedPath)
rfb.connect(url.hostname, port, null, clippedPath)
disableShortcuts()
}