1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

upgrade noVNC to 0.5.1

This commit is contained in:
Colin
2015-03-02 15:55:34 +08:00
parent f403eaa172
commit d23428f5c6
36 changed files with 9030 additions and 5468 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
if (fname) {
message("VNC_frame_data.length: " + VNC_frame_data.length);
rfb = new RFB({'target': $D('VNC_canvas'),
'updateState': updateState});
'onUpdateState': updateState});
}
}
</script>