From 6c48ba31563029d2d3a467fc8946dc892686f7fd Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sat, 15 May 2021 15:57:37 -0400 Subject: [PATCH] Added $Id$ --- .gitattributes | 3 +++ src/index.js | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e34849b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ + +src/index.js ident + diff --git a/src/index.js b/src/index.js index 3b463e6..b7edd95 100644 --- a/src/index.js +++ b/src/index.js @@ -398,6 +398,8 @@ Diceware.go = function() { 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"); + console.log("TEST2: $Id$"); + Diceware.get_data = Diceware.extractGetData(location.search); console.log("GET Data: " + JSON.stringify(Diceware.get_data)); // Debugging