diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 22:30:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 22:30:47 -0600 |
| commit | 7c02449c71229811ff2d823eb2ef4ea2e3b793c2 (patch) | |
| tree | 94f7bcf255e6df3abd839cd57eda354fdcbc921f /zonesBox.go | |
| parent | d4f7337202a2294a8f294e34bd5633191b498879 (diff) | |
api updatev0.12.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'zonesBox.go')
| -rw-r--r-- | zonesBox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zonesBox.go b/zonesBox.go index 4b2f987..6613d84 100644 --- a/zonesBox.go +++ b/zonesBox.go @@ -18,7 +18,7 @@ func drawZoneBox(box *gui.Node) { CFdialog.zonedrop.AddText("stablesid.org") CFdialog.zonedrop.Custom = func () { - domain := CFdialog.zonedrop.S + domain := CFdialog.zonedrop.GetText() log.Log(INFO, "custom dropdown() zone (domain name) =", CFdialog.zonedrop.GetText(), domain) if (Config[domain] == nil) { log.Log(INFO, "custom dropdown() Config[domain] = nil for domain =", domain) |
