Skip to content

Commit

Permalink
some changes to disabled properties of the checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Thanh Trung committed Mar 28, 2014
1 parent 28dae31 commit e307b75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/settings/js/ethernet.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ navigator.mozL10n.ready(function ethernetSettings() {
var gEthernetDNS2Value = "3543";

//Currently, only DHCP is supported
gEthernetDynamicCheckBox.disabled = true;
gEthernetDynamicCheckBox.disabled = false;
gEthernetManualCheckBox.disabled = true;

//manual settings elements
Expand Down Expand Up @@ -150,7 +150,6 @@ navigator.mozL10n.ready(function ethernetSettings() {
updateVisibilityStatus();
showConnectionInfo();
} else {
gEthernetCheckBox.disabled = true;
}
};

Expand Down

0 comments on commit e307b75

Please sign in to comment.