fixed. the control panel works again
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
90f3213d4a
commit
1006347624
|
@ -75,6 +75,8 @@ func createAccount(gw *gui.GuiWindow) {
|
||||||
box := initWindow(gw, "Create New Account", gui.Yaxis)
|
box := initWindow(gw, "Create New Account", gui.Yaxis)
|
||||||
if (box == nil) { return }
|
if (box == nil) { return }
|
||||||
|
|
||||||
|
gw = box.Window
|
||||||
|
|
||||||
// make a place for someone to enter their subdomain
|
// make a place for someone to enter their subdomain
|
||||||
hardXbox := gui.HardBox(gw, gui.Xaxis, "subdomain test")
|
hardXbox := gui.HardBox(gw, gui.Xaxis, "subdomain test")
|
||||||
makeButton(hardXbox, nil, nil, "Generate a Subdomain", "SUBDOMAIN", generateSubdomain)
|
makeButton(hardXbox, nil, nil, "Generate a Subdomain", "SUBDOMAIN", generateSubdomain)
|
||||||
|
|
Loading…
Reference in New Issue