Skip to content

Commit

Permalink
update: PDF url
Browse files Browse the repository at this point in the history
  • Loading branch information
201flaviosilva committed Oct 2, 2024
1 parent b8465ec commit 0a49c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Scenes/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export default class Index extends Phaser.Scene {
}

openPDF() {
//const url = "./PDF/index.html";
const url = "https://github.com/201flaviosilva/201flaviosilva.github.io/releases?q=PDF&expanded=true";
const url = "./PDF/index.html";
// const url = "https://github.com/201flaviosilva/201flaviosilva.github.io/releases?q=PDF&expanded=true";
const s = window.open(url, "_blank");

if (s && s.focus) s.focus();
Expand Down

0 comments on commit 0a49c71

Please sign in to comment.