Skip to content

Commit 0182d9c

Browse files
removed server visible step from wizard completely
1 parent b05b1cd commit 0182d9c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/web/TwoBoxForm.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -349,20 +349,6 @@ func ServeTwoBoxFormTemplate(w http.ResponseWriter, r *http.Request) {
349349
ConfigField: "UPNPEnabled",
350350
NextStep: "local_ip_address",
351351
},
352-
//skipped for now, not needed and bugged, wontfix for now
353-
"server_visible": {
354-
ID: "server_visible",
355-
Title: localization.GetString("UIText_ServerVisible_Title"),
356-
HeaderTitle: localization.GetString("UIText_ServerVisible_HeaderTitle"),
357-
StepMessage: localization.GetString("UIText_ServerVisible_StepMessage"),
358-
PrimaryPlaceholderText: localization.GetString("UIText_ServerVisible_PrimaryPlaceholder"),
359-
SecondaryLabel: "",
360-
SecondaryLabelType: "hidden",
361-
SubmitButtonText: localization.GetString("UIText_ServerVisible_SubmitButton"),
362-
SkipButtonText: localization.GetString("UIText_ServerVisible_SkipButton"),
363-
ConfigField: "ServerVisible", // We'll handle the boolean conversion in JS
364-
NextStep: "local_ip_address",
365-
},
366352
"local_ip_address": {
367353
ID: "local_ip_address",
368354
Title: localization.GetString("UIText_LocalIPAddress_Title"),

0 commit comments

Comments
 (0)