Wordlists.js removed

This commit is contained in:
Ian Coleman
2014-10-13 12:07:45 +11:00
parent 7a58f37626
commit bae07be32b
3 changed files with 1 additions and 2 deletions

View File

@@ -396,7 +396,6 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="/js/bitcoinjs-1-0-0.js"></script>
<script src="/js/sjcl-bip39.js"></script>
<script src="/js/wordlists.js"></script>
<script src="/js/wordlist_english.js"></script>
<script src="/js/jsbip39.js"></script>
<script src="/js/index.js"></script>

View File

@@ -1,3 +1,4 @@
WORDLISTS = typeof WORDLISTS == "undefined" ? {} : WORDLISTS;
WORDLISTS["english"] = [
"abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse",
"access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act",

View File

@@ -1 +0,0 @@
WORDLISTS = {};