Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* use the latest non-minified lz4.js from https://github.com/pierrec/node-lz4/blob/master/build/lz4.js
* make lz4 sort-of optional, expose lz4.js version

git-svn-id: https://xpra.org/svn/Xpra/trunk@14203 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 19, 2016
1 parent 9877d93 commit 866ced8
Show file tree
Hide file tree
Showing 5 changed files with 7,755 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<script type="text/javascript" src="js/lib/websock.js"></script>
<script type="text/javascript" src="js/lib/bencode.js"></script>
<script type="text/javascript" src="js/lib/inflate.min.js"></script>
<script type="text/javascript" src="js/lib/lz4.min.js"></script>
<script type="text/javascript" src="js/lib/lz4.js"></script>
<script type="text/javascript" src="js/keycodes.js"></script>

<script type="text/javascript" src="js/lib/broadway/Decoder.js"></script>
Expand Down
Loading

0 comments on commit 866ced8

Please sign in to comment.