diff options
author | Nathaniel Kofalt <nathaniel@kofalt.com> | 2015-06-16 09:38:29 -0500 |
---|---|---|
committer | Nathaniel Kofalt <nathaniel@kofalt.com> | 2015-06-16 09:38:29 -0500 |
commit | aea6ad049b51dcc6f745ae233ff0aacd3a895925 (patch) | |
tree | 50d2749c45b4ecbce2a2f99659e3ebb0c3d5bc1b | |
parent | c5196212aa4c446518584be20b9ea4213c38e066 (diff) | |
download | jsSHA-aea6ad049b51dcc6f745ae233ff0aacd3a895925.zip jsSHA-aea6ad049b51dcc6f745ae233ff0aacd3a895925.tar.gz jsSHA-aea6ad049b51dcc6f745ae233ff0aacd3a895925.tar.bz2 |
Use minified library for hash-file
-rw-r--r-- | test/hash-file.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hash-file.html b/test/hash-file.html index 48362d9..2d30fe0 100644 --- a/test/hash-file.html +++ b/test/hash-file.html @@ -1,4 +1,4 @@ -<script src="../src/sha_dev.js"></script> +<script src="../src/sha.js"></script> <input type="file" id="files" name="file" /> <div id="progress"></div> |