Skip to content

Commit

Permalink
Merge pull request #55 from jorgemoralespou/master
Browse files Browse the repository at this point in the history
Fixes #54. Error parsing JSON in firefox
  • Loading branch information
jorgemoralespou committed Jul 4, 2017
2 parents 3c062e8 + 751c4bb commit c057e67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databases-py.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ Items inserted in database: 2740
If you then go back to `/ws/data/all` you will see tons of JSON data now.
That's great. Our parks map should finally work!

NOTE: There's some errors reported with browsers like firefox 54 that don't properly parse the resulting JSON. It's
a browser problem, and the application is working properly.

[NOTE]
====
You are probably wondering how the database connection magically started
Expand Down
3 changes: 3 additions & 0 deletions databases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ Items inserted in database: 2740
If you then go back to `/ws/data/all` you will see tons of JSON data now.
That's great. Our parks map should finally work!

NOTE: There's some errors reported with browsers like firefox 54 that don't properly parse the resulting JSON. It's
a browser problem, and the application is working properly.

[source]
----
http://parksmap-{{EXPLORE_PROJECT_NAME}}{{USER_SUFFIX}}.{{ROUTER_ADDRESS}}
Expand Down

0 comments on commit c057e67

Please sign in to comment.