diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-19 14:55:35 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 10:38:49 +0000 |
commit | b5a6187db01a997b6beea8dea4f21908b2be6091 (patch) | |
tree | b1660deea52a26f70017632af25f267f110f2944 /docs | |
parent | 0e80a90bebc12fe381892386f9ffd751edb38d7c (diff) |
Remove appcache (breaking showing reports from localStorage cache).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customising/config.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/customising/config.md b/docs/customising/config.md index ff994a25b..c5ac015b7 100644 --- a/docs/customising/config.md +++ b/docs/customising/config.md @@ -348,13 +348,12 @@ STAGING_FLAGS: send_reports: 0 skip_checks: 1 hide_staging_banner: 1 - enable_appcache: 0 </pre> </div> <p> Any reports created will now be sent to the email of the reporter - and <em>not</em> the body's; any location checks are skipped, and - we won't ever use appcache. Great for testing! + and <em>not</em> the body's; and any location checks are skipped. + Great for testing! </p> </dd> |