summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences/dialogs/dohExceptions.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/preferences/dialogs/dohExceptions.js')
-rw-r--r--browser/components/preferences/dialogs/dohExceptions.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/browser/components/preferences/dialogs/dohExceptions.js b/browser/components/preferences/dialogs/dohExceptions.js
index f4c1d4d80d..9bf64bd4ed 100644
--- a/browser/components/preferences/dialogs/dohExceptions.js
+++ b/browser/components/preferences/dialogs/dohExceptions.js
@@ -31,7 +31,6 @@ var gDoHExceptionsManager = {
"network.trr.excluded-domains"
);
- this._btnAddException.disabled = this._prefLocked;
document.getElementById("exceptionDialog").getButton("accept").disabled =
this._prefLocked;
this._urlField.disabled = this._prefLocked;