aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-08-15 16:15:43 +1000
committerIan Coleman <coleman.ian@gmail.com>2016-08-15 16:15:43 +1000
commit563e401a4f3880da88bfc69cf51be5a1becd4c66 (patch)
tree8d8bcfe97daf686620e0e2712c42701d81b3e71e /src/index.html
parent30c9e79de32e529e9b87b836a1bc808e6dbbc646 (diff)
downloadBIP39-563e401a4f3880da88bfc69cf51be5a1becd4c66.tar.gz
BIP39-563e401a4f3880da88bfc69cf51be5a1becd4c66.tar.zst
BIP39-563e401a4f3880da88bfc69cf51be5a1becd4c66.zip
Words not in list show error with suggestion
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 16d93e6..6708675 100644
--- a/src/index.html
+++ b/src/index.html
@@ -393,6 +393,7 @@
393 </script> 393 </script>
394 <script src="js/jquery.min.js"></script> 394 <script src="js/jquery.min.js"></script>
395 <script src="js/bootstrap.min.js"></script> 395 <script src="js/bootstrap.min.js"></script>
396 <script src="js/levenshtein.js"></script>
396 <script src="js/bitcoinjs-1-5-7.js"></script> 397 <script src="js/bitcoinjs-1-5-7.js"></script>
397 <script src="js/bitcoinjs-extensions.js"></script> 398 <script src="js/bitcoinjs-extensions.js"></script>
398 <script src="js/sjcl-bip39.js"></script> 399 <script src="js/sjcl-bip39.js"></script>