diff --git a/main.js b/main.js index fd11975..968ff1f 100644 --- a/main.js +++ b/main.js @@ -112,6 +112,9 @@ jQuery("#roll_dice").on("click", function(e) { }); } else { + // + // All done with displaying dice, now display the results. + // display_results(); }