mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Removed extra code.
This commit is contained in:
parent
31c8aef3b3
commit
4b8d0034a8
1 changed files with 0 additions and 2 deletions
|
@ -386,8 +386,6 @@ Diceware.go = function() {
|
||||||
console.log("Thanks for checking out my code! You can find the Git repo at https://github.com/dmuth/diceware");
|
console.log("Thanks for checking out my code! You can find the Git repo at https://github.com/dmuth/diceware");
|
||||||
|
|
||||||
Diceware.get_data = Diceware.extractGetData(location.search);
|
Diceware.get_data = Diceware.extractGetData(location.search);
|
||||||
// TEST
|
|
||||||
//if ("skip_animation" in get_data) {
|
|
||||||
console.log("GET Data: " + JSON.stringify(Diceware.get_data)); // Debugging
|
console.log("GET Data: " + JSON.stringify(Diceware.get_data)); // Debugging
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue