diff options
author | David Baker <dbkr@matrix.org> | 2014-09-03 19:00:25 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-03 19:00:56 +0100 |
commit | 284d6b279b62dcc93e19b782a6e01d432718e2c3 (patch) | |
tree | bb57c676db6d7eb5ebbed9de030b17996cc15f97 /webclient/settings | |
parent | When creating a room and a user supplies a room_alias but no name, use the ro... (diff) | |
download | synapse-284d6b279b62dcc93e19b782a6e01d432718e2c3.tar.xz |
Hide email link UI from the settings because it doesn't work.
Diffstat (limited to 'webclient/settings')
-rw-r--r-- | webclient/settings/settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/settings/settings.html b/webclient/settings/settings.html index 49dc603540..b7fd5dfb50 100644 --- a/webclient/settings/settings.html +++ b/webclient/settings/settings.html @@ -23,8 +23,8 @@ </div> <br/> - <h3>Linked emails</h3> - <div class="section"> + <h3 style="display: none; ">Linked emails</h3> + <div class="section" style="display: none; "> <form> <input size="40" ng-model="linkedEmails.linkNewEmail" ng-enter="linkEmail(linkedEmails.linkNewEmail)" /> <button ng-disabled="!linkedEmails.linkNewEmail" ng-click="linkEmail(linkedEmails.linkNewEmail)"> |