diff --git a/devtools/client/framework/toolbox-options.js b/devtools/client/framework/toolbox-options.js index 4df0a9a7eb8c..e27803c82533 100644 --- a/devtools/client/framework/toolbox-options.js +++ b/devtools/client/framework/toolbox-options.js @@ -467,6 +467,10 @@ OptionsPanel.prototype = { } else { // Hide the checkbox and label this.disableJSNode.parentNode.style.display = "none"; + + const triggersPageRefreshLabel = + this.panelDoc.getElementById("triggers-page-refresh-label"); + triggersPageRefreshLabel.style.display = "none"; } }, diff --git a/devtools/client/framework/toolbox-options.xhtml b/devtools/client/framework/toolbox-options.xhtml index ca2b04b7d12c..5605a4293fed 100644 --- a/devtools/client/framework/toolbox-options.xhtml +++ b/devtools/client/framework/toolbox-options.xhtml @@ -189,6 +189,7 @@ &options.enableRemote.label3; &options.context.triggersPageRefresh;