summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2010-05-17 17:11:13 -0500
committerJoel Martin <github@martintribe.org>2010-05-17 17:11:13 -0500
commit8fe2c2f91523a165daab89358e13424251da82d8 (patch)
treef4c76cdf1b4f05bc519677ecdf7dc14e29067cff /README.md
parent97763d0eb8ee0610b818506327481c11a0397ebb (diff)
downloadwebsockify-8fe2c2f91523a165daab89358e13424251da82d8.tar.gz
Fix web-socket-js loading issue.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2bf5a0..30c9421 100644
--- a/README.md
+++ b/README.md
@@ -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.