From da19081904b3ea687ba8b5664bb43acb312816c3 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 26 Apr 2015 02:12:32 -0400 Subject: [PATCH] Added comment --- main.js | 3 +++ 1 file changed, 3 insertions(+) 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(); }