Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cailloufanboy4345 authored Jul 6, 2024
1 parent 95e1579 commit d945ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/html/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Peepz</h2>
</menu>

</div>
<a href="/go_full" class="button_big">MAKE A VIDEO</a>
<a href="/go_full?tray=custom" class="button_big">MAKE A VIDEO</a>
</nav>
</header>

Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>Peepz</h2>
}

function popup(id) {
window.open('https://wrapper-online-gold.herokuapp.com/player?movieId=' + id, 'MsgWindow', 'width=1280,height=720,left=' + (screen.width / 2 - 640) + ',top=' + (screen.height / 2 - 360));
window.open('https://wrapper-online-gold.glitch.me/player?movieId=' + id, 'MsgWindow', 'width=1280,height=720,left=' + (screen.width / 2 - 640) + ',top=' + (screen.height / 2 - 360));
}
</script>

Expand Down

0 comments on commit d945ffe

Please sign in to comment.