Skip to content

Commit

Permalink
Put include/util.js above include/websock.js.
Browse files Browse the repository at this point in the history
websock.js uses Util so it needs to included first.
  • Loading branch information
kanaka committed Sep 23, 2011
1 parent 636aba6 commit 0f8b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wstelnet.html
Expand Up @@ -3,8 +3,8 @@
<head>
<title>Telnet client using WebSockets</title>
<script src="include/base64.js"></script>
<script src="include/websock.js"></script>
<script src="include/util.js"></script>
<script src="include/websock.js"></script>
<script src="include/webutil.js"></script>
<script src="include/keysym.js"></script>
<script src="include/VT100.js"></script>
Expand Down

0 comments on commit 0f8b758

Please sign in to comment.