From 647345ea95437f50d6c29c7f5f2a9a904c483e06 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Wed, 15 Jan 2020 19:52:25 -0500 Subject: [PATCH] Added additional links in console messages. :-) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 42cbb36..103d0b7 100644 --- a/src/index.js +++ b/src/index.js @@ -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