mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 00:16:29 -05:00
Moved wordlist in assets/ directory
This commit is contained in:
parent
a0ec07ad86
commit
e14172a7ca
9 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ Diceware.go = function() {
|
|||
file = "wordlist-" + dice + "-dice-eff.js";
|
||||
}
|
||||
|
||||
var js = "./wordlist/" + file;
|
||||
var js = "./assets/wordlist/" + file;
|
||||
console.log("Looks like we're loading '" + js + "'!");
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue