mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -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";
|
file = "wordlist-" + dice + "-dice-eff.js";
|
||||||
}
|
}
|
||||||
|
|
||||||
var js = "./wordlist/" + file;
|
var js = "./assets/wordlist/" + file;
|
||||||
console.log("Looks like we're loading '" + js + "'!");
|
console.log("Looks like we're loading '" + js + "'!");
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue