aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/config.js-example
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/config.js-example')
-rw-r--r--www/js/config.js-example7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example
index 3ca674c..6be0250 100644
--- a/www/js/config.js-example
+++ b/www/js/config.js-example
@@ -64,7 +64,12 @@ var CONFIG = {
// The ratio of the data bounds to the viewport bounds (in each dimension).
// See http://dev.openlayers.org/releases/OpenLayers-2.13.1/doc/apidocs/files/OpenLayers/Strategy/BBOX-js.html
- MAP_LOADING_RATIO: 2
+ MAP_LOADING_RATIO: 2,
+
+ // If the user is logged in and this setting is true, the 'Your details'
+ // page is skipped and the report is sent immediately after the report
+ // details have been entered.
+ SKIP_CONFIRM_REPORT: false
};