Skip to content

Commit

Permalink
Fixed download link
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax authored Mar 10, 2022
1 parent 1cf9358 commit 9cc845d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function PopUp() {

function downloadLatestCore() {
let dnld = () =>
fetch('https://api.github.com/repos/Jax-Core/-JaxCore/releases/latest')
fetch('https://api.github.com/repos/Jax-Core/JaxCore/releases/latest')
.then((response) => response.json())
.then((data) => {
data.assets.forEach((asset) => {
Expand Down

0 comments on commit 9cc845d

Please sign in to comment.