Commit d0e01e06 authored by Joel Martin's avatar Joel Martin

Update README.md to reflect separate default controls file.

parent 91308399
......@@ -93,7 +93,11 @@ fill. For example:
<div id='vnc'>Loading</div>
</body>
<script src='vnc.js'></script>
<script> windows.onload = function () { RFB.load('vnc'); }</script>
<script src="include/default_controls.js"></script>
<script>
window.onload = function () {
DefaultControls.load('vnc');
RFB.load(); };
</script>
The file `include/plain.css` has a list of stylable elements.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment