Skip to content

Commit

Permalink
Upgrade packages, fix season 7 showing 2 hearts.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jan 2, 2019
1 parent 22293c9 commit 36b55b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"body-parser": "1.18.3",
"express": "4.16.3",
"express": "4.16.4",
"express-ws": "4.0.0",
"google-spreadsheet": "2.0.5",
"google-spreadsheet": "2.0.6",
"jquery": "3.3.1",
"jsdom": "12.0.0",
"jsdom": "13.1.0",
"node-database": "roncli/node-database#v1.1.0",
"obs-websocket-js": "1.2.0",
"request": "2.88.0",
"spotify-web-api-node": "3.1.1",
"spotify-web-api-node": "4.0.0",
"steam-api": "1.1.3"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions public/js/ndrace.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ class NDRace {
document.getElementById("no-event").classList.remove("hidden");
break;
case "ndc7":
document.getElementById("no-event").classList.add("hidden");
document.querySelector("#season-7 .standings").classList.add("hidden");
document.querySelector("#season-7 .results").classList.add("hidden");
document.querySelector("#season-7 .upcoming").classList.add("hidden");
Expand Down

0 comments on commit 36b55b0

Please sign in to comment.