Skip to content

Commit

Permalink
use zip-full.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Apr 23, 2024
1 parent 2ef49fb commit 7943e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/demo-create-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Create a zip file (demo)</h2>
</ol>

</div>
<script type="text/javascript" src="lib/zip.js"></script>
<script type="text/javascript" src="lib/zip-full.min.js"></script>
<script type="text/javascript" src="demo-create-file.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion demos/demo-read-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>Read a zip file (demo)</h2>
</ol>

</div>
<script type="text/javascript" src="lib/zip.min.js"></script>
<script type="text/javascript" src="lib/zip-full.min.js"></script>
<script type="text/javascript" src="demo-read-file.js"></script>
</body>

Expand Down

0 comments on commit 7943e88

Please sign in to comment.