mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Added comment
This commit is contained in:
parent
65f90ed4ec
commit
da19081904
1 changed files with 3 additions and 0 deletions
3
main.js
3
main.js
|
@ -112,6 +112,9 @@ jQuery("#roll_dice").on("click", function(e) {
|
||||||
});
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
//
|
||||||
|
// All done with displaying dice, now display the results.
|
||||||
|
//
|
||||||
display_results();
|
display_results();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue