mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 00:16:29 -05:00
Added $Id$
This commit is contained in:
parent
2f21e22a09
commit
6c48ba3156
2 changed files with 5 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
src/index.js ident
|
||||||
|
|
|
@ -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("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);
|
Diceware.get_data = Diceware.extractGetData(location.search);
|
||||||
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