mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
Added additional links in console messages. :-)
This commit is contained in:
parent
4b8d0034a8
commit
647345ea95
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ Diceware.extractGetData = function(get_data) {
|
|||
*/
|
||||
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, my blog at https://www.dmuth.org/, or you can bug me on Twitter at https://twitter.com/dmuth");
|
||||
|
||||
Diceware.get_data = Diceware.extractGetData(location.search);
|
||||
console.log("GET Data: " + JSON.stringify(Diceware.get_data)); // Debugging
|
||||
|
|
Loading…
Reference in a new issue