Make privacy policy URL configurable (#284)
This commit is contained in:
parent
01e7fd7144
commit
e5e876f717
5 changed files with 11 additions and 4 deletions
|
|
@ -30,6 +30,8 @@
|
|||
//BR.conf.profilesUrl = 'file://YOUR_PATH_TO/profiles2/';
|
||||
}
|
||||
|
||||
BR.conf.privacyPolicyUrl = '/privacypolicy.html';
|
||||
|
||||
// Set the initial position and zoom level of the map
|
||||
BR.conf.initialMapLocation = [50.99, 9.86];
|
||||
BR.conf.initialMapZoom = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue