mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-13 18:43:25 +08:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
c66b920068
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user