Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Nov 1, 2023
1 parent a5d6aed commit 33853d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/hosting/views/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ hostingMenu.path.listen(path => {
Button("Start new Server")
.setColor(state.$meta.map(meta => !meta || (meta.used.slots >= meta.limits.slots) ? Color.Disabled : Color.Grayscaled))
.onClick(() => {
alert(1);
location.href = "/hosting/create";
})
]
Expand Down

0 comments on commit 33853d2

Please sign in to comment.