Modified app to use external help (#4)

This commit is contained in:
Daniel J. Summers
2019-02-27 01:51:24 -06:00
parent c18219b2d7
commit 1224e77266
22 changed files with 43 additions and 2018 deletions

View File

@@ -83,7 +83,7 @@ type AppViewInfo =
/// JavaScript files for the page
script : string list
/// The link for help on this page
helpLink : HelpPage
helpLink : string option
/// Messages to be displayed to the user
messages : UserMessage list
/// The current version of PrayerTracker
@@ -100,7 +100,7 @@ type AppViewInfo =
static member fresh =
{ style = []
script = []
helpLink = HelpPage.None
helpLink = None
messages = []
version = ""
requestStart = DateTime.Now.Ticks