mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Fix path that was still absolute in main.js
This commit is contained in:
parent
ac36cf6d6b
commit
7b907883bf
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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!')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue