summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Kofalt <nathaniel@kofalt.com>2015-06-16 09:38:29 -0500
committerNathaniel Kofalt <nathaniel@kofalt.com>2015-06-16 09:38:29 -0500
commitaea6ad049b51dcc6f745ae233ff0aacd3a895925 (patch)
tree50d2749c45b4ecbce2a2f99659e3ebb0c3d5bc1b
parentc5196212aa4c446518584be20b9ea4213c38e066 (diff)
downloadjsSHA-aea6ad049b51dcc6f745ae233ff0aacd3a895925.zip
jsSHA-aea6ad049b51dcc6f745ae233ff0aacd3a895925.tar.gz
jsSHA-aea6ad049b51dcc6f745ae233ff0aacd3a895925.tar.bz2
Use minified library for hash-file
-rw-r--r--test/hash-file.html2
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>