Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiszh authored Sep 26, 2024
1 parent bb7d5ab commit 8525a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
<script type="text/javascript">
try {
var input = window.location.pathname.split('/');
var chnl = input[1];
var chnl = input[2];

console.log(input)
console.log(chnl)

if (!chnl) {
chnl = "psp1g";
Expand Down

0 comments on commit 8525a62

Please sign in to comment.