IonicaBizau / github-contributions

:octocat: A tool that generates a repository which being pushed into your GitHub account creates a nice contributions calendar.
MIT License
1.33k stars 116 forks source link

Revert custom JSON.stringify to fix the app in Firefox #29

Closed nylen closed 10 years ago

nylen commented 10 years ago

The fancy stuff I did in 2a7c41c doesn't work in Firefox :( it generates "double-stringified" data like this:

"{\n    \"coordinates\": [\n        {\n            \"x\": 8,\n
\"y\": 4\n        }\n    ],\n    \"commitsPerDay\": 2\n}"

:poop:

IonicaBizau commented 10 years ago

:+1: Thanks!