Merge remote-tracking branch 'origin/unstable' into unstable

This commit is contained in:
KingRainbow44 2023-04-10 01:50:55 -04:00
commit c66b920068
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -23,7 +23,7 @@ class App extends React.Component<{}, IState> {
// Check if the window's href is a page.
let targetPage = null;
const page = window.location.href.split("/").pop();
console.log(page)
console.log(page);
if (page != undefined && page != "") {
// Convert the page to a Page type.