Skip to content

Commit

Permalink
add url to board
Browse files Browse the repository at this point in the history
fix back button
  • Loading branch information
neo305 committed Mar 4, 2024
1 parent e84260b commit f9dd9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index-online.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>PS4 900FW Paylo
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Going to Main Menu!!!</h1>";
var link = document.createElement('a');
document.body.appendChild(link);
link.href = '../data/index.html';
link.href = '../http://10.12.1.125/index.html';
link.click();
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>PS4 900FW Paylo
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Going to Main Menu!!!</h1>";
var link = document.createElement('a');
document.body.appendChild(link);
link.href = '../data/index.html';
link.href = '../http://10.12.1.125/index.html';
link.click();
}

Expand Down

0 comments on commit f9dd9eb

Please sign in to comment.