Fix web-socket-js loading issue.

This commit is contained in:
Joel Martin
2010-05-17 17:11:13 -05:00
parent 97763d0eb8
commit 8fe2c2f915
4 changed files with 5 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ fill. For example:
<div id='vnc'>Loading</div>
</body>
<script src='vnc.js'></script>
<script> windows.onload = RFB.load('vnc'); </script>
<script> windows.onload = function () { RFB.load('vnc'); }</script>
The file `include/plain.css` has a list of stylable elements.