move config.js from lib to root
This commit is contained in:
parent
0caaa8f64e
commit
c48f053619
4 changed files with 28 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
define({
|
||||
"dataPath": "https://map.luebeck.freifunk.net/data/",
|
||||
"siteName": "Freifunk Lübeck",
|
||||
"mapSigmaScale": 0.5,
|
||||
"showContact": true
|
||||
})
|
|
@ -1,4 +1,4 @@
|
|||
define(["config", "moment", "router", "leaflet", "gui", "numeral"],
|
||||
define(["../config", "moment", "router", "leaflet", "gui", "numeral"],
|
||||
function (config, moment, Router, L, GUI, numeral) {
|
||||
return function () {
|
||||
function handleData(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue