|
@@ -198,7 +198,7 @@
|
|
|
'local_cursor': WebUtil.getQueryVar('cursor', true),
|
|
|
'shared': WebUtil.getQueryVar('shared', true),
|
|
|
'view_only': WebUtil.getQueryVar('view_only', false),
|
|
|
- 'updateState': updateState,
|
|
|
+ 'onUpdateState': updateState,
|
|
|
'onXvpInit': xvpInit,
|
|
|
'onPasswordRequired': passwordRequired});
|
|
|
rfb.connect(host, port, password, path);
|