mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Changed over wordlist to the new list.
This commit is contained in:
parent
ee0be8ba2d
commit
c9e68bc3f6
3 changed files with 7786 additions and 7740 deletions
3
main.js
3
main.js
|
@ -358,7 +358,8 @@ if (!i_can_has_good_crypto()) {
|
|||
//
|
||||
// Load our wordlist.
|
||||
//
|
||||
jQuery.getScript("./wordlist.js").done(
|
||||
//jQuery.getScript("./wordlist.js").done(
|
||||
jQuery.getScript("./wordlist/wordlist.js").done(
|
||||
function(data) {
|
||||
|
||||
//
|
||||
|
|
7739
wordlist.js
7739
wordlist.js
File diff suppressed because it is too large
Load diff
7784
wordlist/wordlist.js
Normal file
7784
wordlist/wordlist.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue