mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Fix to prefID name.
This commit is contained in:
parent
cdace0f519
commit
7e8e7a6300
@ -86,7 +86,7 @@ function UIdependencyCheck() {
|
||||
document.getElementById("networkProxyHTTP_Port").disabled=false;
|
||||
}
|
||||
|
||||
if(!document.getElementById("useDownloadDir").checked) {
|
||||
if(!document.getElementById("dontAskForLaunch").checked) {
|
||||
document.getElementById("downloadDir").disabled=true;
|
||||
} else {
|
||||
document.getElementById("downloadDir").disabled=false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user