Move vnc.js into include directory.

Also, allow 'include/' to be overridden in VNC_uri_prefix.
This commit is contained in:
Joel Martin
2010-06-14 14:56:19 -05:00
parent 2152a88f5c
commit 96a6eaadbc
4 changed files with 15 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ scripts and call their load() functions. For example:
<body>
<div id='vnc'>Loading</div>
</body>
<script src='vnc.js'></script>
<script src='include/vnc.js'></script>
<script src="include/default_controls.js"></script>
<script>
window.onload = function () {