Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ukyo committed Mar 21, 2018
1 parent ce01faa commit cf025f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/deflate_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
height: 64px;
}
</style>
<script type="text/javascript" src="../dist/browser.bundle.js"></script>
<script type="text/javascript" src="../dist/jsziptools.min.js"></script>
<script>
window.onload = function () {
var $ = document.getElementById.bind(document),
Expand Down
2 changes: 1 addition & 1 deletion examples/zip_viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
overflow: auto;
}
</style>
<script src="../dist/browser.bundle.js"></script>
<script src="../dist/jsziptools.min.js"></script>
<script>
window.onload = function () {
function cancel(e) {
Expand Down

0 comments on commit cf025f9

Please sign in to comment.