From: Ian Coleman Date: Mon, 13 Oct 2014 01:07:45 +0000 (+1100) Subject: Wordlists.js removed X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=bae07be32bebd2185d65a2e66f080f1b12ee8810;hp=7a58f37626a95b6be7e954de8c887f014c626880;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Wordlists.js removed --- diff --git a/src/index.html b/src/index.html index ff3d032..f43c505 100644 --- a/src/index.html +++ b/src/index.html @@ -396,7 +396,6 @@ - diff --git a/src/js/wordlist_english.js b/src/js/wordlist_english.js index fa6e624..88ea86d 100644 --- a/src/js/wordlist_english.js +++ b/src/js/wordlist_english.js @@ -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", diff --git a/src/js/wordlists.js b/src/js/wordlists.js deleted file mode 100644 index 740f20c..0000000 --- a/src/js/wordlists.js +++ /dev/null @@ -1 +0,0 @@ -WORDLISTS = {};