Skip to content

Commit

Permalink
Merge pull request #371 from blockfrost/reload
Browse files Browse the repository at this point in the history
chore: try reload
  • Loading branch information
vladimirvolek authored Sep 19, 2024
2 parents b6fe214 + 69874f3 commit ca7cd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@

if (hash && redirectionMap[hash]) {
window.location.href = redirectionMap[hash];
window.location.reload(true);
}
});
</script>
Expand Down

0 comments on commit ca7cd52

Please sign in to comment.