summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-03 19:00:25 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-03 19:00:56 +0100
commit284d6b279b62dcc93e19b782a6e01d432718e2c3 (patch)
treebb57c676db6d7eb5ebbed9de030b17996cc15f97
parentWhen creating a room and a user supplies a room_alias but no name, use the ro... (diff)
downloadsynapse-284d6b279b62dcc93e19b782a6e01d432718e2c3.tar.xz
Hide email link UI from the settings because it doesn't work.
-rw-r--r--webclient/settings/settings.html4
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)">