Added comment

This commit is contained in:
Douglas Muth 2015-04-26 02:12:32 -04:00
parent 65f90ed4ec
commit da19081904

View file

@ -112,6 +112,9 @@ jQuery("#roll_dice").on("click", function(e) {
});
} else {
//
// All done with displaying dice, now display the results.
//
display_results();
}