Skip to content

Commit a427a5b

Browse files
author
Daniel Herzog
committed
Fixed network options.
1 parent 7f40a4b commit a427a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/network/network_templates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ templates.options_main = function(nocaching, tracking, headers, overrides)
3939
"class", "checkbox",
4040
"handler", "toggle-header-overrides"
4141
].concat(overrides ? ["checked", "checked"] : []), ui_strings.S_NETWORK_HEADER_OVERRIDES_LABEL],
42-
templates.network.options_override_list(headers, overrides)
42+
templates.options_override_list(headers, overrides)
4343
]
4444
],
4545
"class", "network-options"
@@ -54,7 +54,7 @@ templates.options_override_list = function(headers, overrides)
5454
].concat(overrides ? [] : ["disabled", "disabled"]);
5555
return [
5656
["br"],
57-
ui_strings.S_NETWORK_HEADER_OVERRIDES_PRESETS_LABEL + ":", templates.network.options_override_presets(overrides),
57+
ui_strings.S_NETWORK_HEADER_OVERRIDES_PRESETS_LABEL + ":", templates.options_override_presets(overrides),
5858
["br"],
5959
tpl,
6060
["br"],

0 commit comments

Comments
 (0)