Bloggify/github-calendar

The example (codepan) doesn't work - Loading the data just for you all the time

Closed this issue · 4 comments

Problem: Widget doesn't work as described, it always shows "Loading the data just for you." and nothing happens.

Steps to reproduce:

Developer console reports the next errors:
image

Browsers: Chrome 80.0.3987.87 (Official Build) (64-bit) and Firefox 72.0.2 (64-bit) all on macOs 11.15.3

Fix

  • Change https://cdn.rawgit.com/IonicaBizau/github-calendar/master/dist/github-calendar.min.js to https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js fixes the problem.

change the src of script to https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js

@shaheemMPM ⬆️ Fix section, sometimes reading is worth it. 😏

We have to get rid of the rawgit.com links.

Thank you @IonicaBizau