diff options
author | Christian Beier <dontmind@freeshell.org> | 2012-08-19 15:34:40 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2012-08-19 15:34:40 +0200 |
commit | 2b4f616d96f92dc6596f8f4836582048dd57a3a5 (patch) | |
tree | aeaac6647bb0320de605e40905702066144ce786 /webclients/novnc/include/web-socket-js | |
parent | 2fba1be4536511696a266fb504c60167d3015038 (diff) | |
download | libtdevnc-2b4f616d96f92dc6596f8f4836582048dd57a3a5.tar.gz libtdevnc-2b4f616d96f92dc6596f8f4836582048dd57a3a5.zip |
Update noVNC webclient.
Diffstat (limited to 'webclients/novnc/include/web-socket-js')
-rw-r--r-- | webclients/novnc/include/web-socket-js/web_socket.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclients/novnc/include/web-socket-js/web_socket.js b/webclients/novnc/include/web-socket-js/web_socket.js index ec2a8b7..a133013 100644 --- a/webclients/novnc/include/web-socket-js/web_socket.js +++ b/webclients/novnc/include/web-socket-js/web_socket.js @@ -5,7 +5,7 @@ (function() { - if (window.WebSocket) return; + if (window.WebSocket && !window.WEB_SOCKET_FORCE_FLASH) return; var console = window.console; if (!console || !console.log || !console.error) { |