Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18438 from 6a68/bug-996476-hide-accounts-header
Browse files Browse the repository at this point in the history
Bug 996476 - Hide Accounts section header if fxa preffed off
  • Loading branch information
jaredhirsch committed Apr 18, 2014
2 parents 71fd4ca + 58f54e0 commit d94ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/index.html
Expand Up @@ -436,7 +436,7 @@ <h2 data-l10n-id="personalization">Personalization</h2>
</ul>

<!-- Main :: Accounts -->
<header>
<header data-show-name="identity.fxaccounts.ui.enabled" hidden>
<h2 data-l10n-id="accounts">Accounts</h2>
</header>
<ul>
Expand Down

0 comments on commit d94ce19

Please sign in to comment.