Fix path that was still absolute in main.js

This commit is contained in:
Arne Schlüter 2015-02-10 18:39:19 +01:00
commit 7b907883bf
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ map.options.minZoom = map.getZoom()
// get response from server and draw the map
var visualization
$.getJSON('/articles/')
$.getJSON('articles/')
.fail(console.error.bind(console))
.then(function (response) {
console.log('Got data successfully!')