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
+1 -1
View File
@@ -11,7 +11,7 @@ noVNC example: simple example using default controls
<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 () {