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 2fceda7..2e8017b 100644
--- a/www/js/config.js-example
+++ b/www/js/config.js-example
@@ -43,7 +43,12 @@ var CONFIG = {
image_svg: 'images/pin.svg',
background_svg: 'images/pin_shadow.svg'
}
- }
+ },
+
+ // Set this to true if you want to disable the help button on the right hand
+ // side of the screen. NB you'll also need to hide #display-help and #help
+ // elements in your CSS.
+ HELP_DISABLED: false
};