Skip to content

Commit

Permalink
fix viewr
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomet committed Dec 22, 2024
1 parent 71ea44d commit cfca87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>JSON Viewer</h1>

function fetchJSON() {
const chainId = document.getElementById("chainIdInput").value;
const url = `dist/${chainId}.json`;
const url = `${chainId}.json`;

fetch(url)
.then(response => {
Expand Down

0 comments on commit cfca87e

Please sign in to comment.