diff options
Diffstat (limited to 'chrome/browser/resources/options/chromeos_internet_options.html')
-rw-r--r-- | chrome/browser/resources/options/chromeos_internet_options.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chrome/browser/resources/options/chromeos_internet_options.html b/chrome/browser/resources/options/chromeos_internet_options.html index 2966b1a..4dde7d4 100644 --- a/chrome/browser/resources/options/chromeos_internet_options.html +++ b/chrome/browser/resources/options/chromeos_internet_options.html @@ -3,10 +3,13 @@ <section id="wirelessButtons"> <h3 i18n-content="generalNetworkingTitle"></h3> <div id="networkingControls"> - <button id="enableWifi" i18n-content="enableWifi"></button> - <button id="disableWifi" i18n-content="disableWifi"></button> - <button id="enableCellular" i18n-content="enableCellular"></button> - <button id="disableCellular" i18n-content="disableCellular"></button> + <button id="enableWifi" class="hidden" i18n-content="enableWifi"></button> + <button id="disableWifi" class="hidden" + i18n-content="disableWifi"></button> + <button id="enableCellular" class="hidden" + i18n-content="enableCellular"></button> + <button id="disableCellular" class="hidden" + i18n-content="disableCellular"></button> </div> </section> <section id="wiredSection"> |