BrianRuizy / covid19-dashboard

🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
https://covid-dashboard.herokuapp.com
MIT License
213 stars 176 forks source link

Cases table is longer sortable #49

Closed LeoHerrmann closed 4 years ago

LeoHerrmann commented 4 years ago

I just noticed the cases table to be no longer sortable. The cause for this bug seems to be the expired certificate of https://kryogenix.org/ resulting in the browser not downloading sorttable.js. Probably, this issue is simply fixed by storing sorttable.js on the local server instead of trying to fetch it from https://kryogenix.org/.

BrianRuizy commented 4 years ago

50