Added $Id$

This commit is contained in:
Douglas Muth 2021-05-15 15:57:37 -04:00
parent 2f21e22a09
commit 6c48ba3156
2 changed files with 5 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
src/index.js ident

View File

@ -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