Don't grab input when running performance tests
This commit is contained in:
parent
f9e26cdb32
commit
7632c576f0
|
@ -37,6 +37,7 @@ enable_test_mode = function () {
|
||||||
|
|
||||||
next_iteration = function () {
|
next_iteration = function () {
|
||||||
rfb = new RFB({'target': document.getElementById('VNC_canvas'),
|
rfb = new RFB({'target': document.getElementById('VNC_canvas'),
|
||||||
|
'view_only': true,
|
||||||
'onDisconnected': disconnected,
|
'onDisconnected': disconnected,
|
||||||
'onNotification': notification});
|
'onNotification': notification});
|
||||||
enable_test_mode();
|
enable_test_mode();
|
||||||
|
|
Loading…
Reference in New Issue