From 79654446b5c440155d6d02324ec50d03c57459b4 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Tue, 30 Sep 2014 17:34:28 -0700 Subject: [PATCH] add --no-ask-name --- docs/api-versions.md | 5 +++++ public/enter-name.html | 2 +- public/scripts/enter-name.js | 26 +++++++++++----------- public/scripts/go-to-index.js | 34 ++++++++++++++++++++++++++++ server/common-cli-options.js | 1 + server/hft-server.js | 42 +++++++++++++++++++++++++++-------- 6 files changed, 87 insertions(+), 23 deletions(-) create mode 100644 public/scripts/go-to-index.js diff --git a/docs/api-versions.md b/docs/api-versions.md index 3fc47ec6..fed75745 100644 --- a/docs/api-versions.md +++ b/docs/api-versions.md @@ -244,5 +244,10 @@ the correct version you'd like other files to have info inserted you can add a `happyFunTimes.templateUrls` field to your `package.json` + * --no-ask-name + + For installations where you don't need to display the user's name + you can add --no-ask-name when you start the system and players + will not be asked enter their name. diff --git a/public/enter-name.html b/public/enter-name.html index d0f4abc9..eeedbed5 100644 --- a/public/enter-name.html +++ b/public/enter-name.html @@ -54,7 +54,7 @@
Okay
- +