load config using requirejs

This commit is contained in:
Nils Schneider 2015-03-29 00:38:51 +01:00
commit 3b77d1230b
3 changed files with 7 additions and 7 deletions

4
lib/config.js Normal file
View file

@ -0,0 +1,4 @@
define({
"dataPath": "https://map.luebeck.freifunk.net/data/",
"showContact": true
})