Skip to content

Commit

Permalink
Fixed new tab bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmiccoder committed Feb 10, 2022
1 parent 6fb1982 commit 697bad2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed images/hero.png
Binary file not shown.
Binary file removed images/hero64.png
Binary file not shown.
2 changes: 1 addition & 1 deletion js/OverworldEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class OverworldEvent {
// console.log("AGAIN");
window.open(link, '_blank');
} else {
window.open(link);
window.open(link, '_self');
}
resolve();
}
Expand Down

0 comments on commit 697bad2

Please sign in to comment.