Make privacy policy URL configurable (#284)
This commit is contained in:
parent
01e7fd7144
commit
e5e876f717
5 changed files with 11 additions and 4 deletions
|
|
@ -426,7 +426,9 @@
|
|||
},
|
||||
function(err, t) {
|
||||
jqueryI18next.init(i18next, $);
|
||||
$('html').localize();
|
||||
$('html').localize({
|
||||
privacyPolicyUrl: BR.conf.privacyPolicyUrl || 'https://brouter.de/privacypolicy.html'
|
||||
});
|
||||
|
||||
mapContext = BR.Map.initMap();
|
||||
verifyTouchStyle(mapContext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue