/**
 * Opens a dialog to have the user enter a message to join a challenge.
 */
function joinChallenge() {
  $("#formChallengeJoin").submit();
}
