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

"Uncaught ReferenceError: $day is not defined" when cursor moves over a cell #64

Closed shinmai closed 7 years ago

shinmai commented 7 years ago

Get this in both the latest Chrome and Edge versions. Everything else aside from the "smooth" painting and erasing modes seem to work despite the errors.

index.js:266 Uncaught ReferenceError: $day is not defined
    at SVGRectElement.<anonymous> (index.js:266)
    at SVGRectElement.handle (jquery.min.js:1382)
    at HTMLDocument.dispatch (jquery.min.js:1316)
    at HTMLDocument.v.handle (jquery.min.js:1253)
(anonymous) @ index.js:266
handle @ jquery.min.js:1382
dispatch @ jquery.min.js:1316
v.handle @ jquery.min.js:1253
IonicaBizau commented 7 years ago

Can you send a screenshot of the file where the error appears?

If you installed via npm, you may have the transpiled version, therefore different line numbers.

Thanks!

IonicaBizau commented 7 years ago

Closing due to no reply...