summary refs log tree commit diff
path: root/webclient/settings/settings.html
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-04 11:38:26 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-04 11:38:26 +0100
commiteb7d7ce354d23e6b53fbb22d07fa7b65e2adc42e (patch)
tree034a14fb0e1eb6ca4e537cc4bbd7594184691352 /webclient/settings/settings.html
parentBF: Do not filter incoming member events. Before, only invitations to the cur... (diff)
downloadsynapse-eb7d7ce354d23e6b53fbb22d07fa7b65e2adc42e.tar.xz
Re-apply fixes to the link-email screen to make it work again (in a somewhat temporary way until home servers sign associations). Unhide the linked emails box.
Diffstat (limited to '')
-rw-r--r--webclient/settings/settings.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/webclient/settings/settings.html b/webclient/settings/settings.html

index b7fd5dfb50..0af137d0a7 100644 --- a/webclient/settings/settings.html +++ b/webclient/settings/settings.html
@@ -23,14 +23,14 @@ </div> <br/> - <h3 style="display: none; ">Linked emails</h3> - <div class="section" style="display: none; "> + <h3>Linked emails</h3> + <div class="section"> <form> <input size="40" ng-model="linkedEmails.linkNewEmail" ng-enter="linkEmail(linkedEmails.linkNewEmail)" /> <button ng-disabled="!linkedEmails.linkNewEmail" ng-click="linkEmail(linkedEmails.linkNewEmail)"> Link Email </button> - {{ emailFeedback }} + {{ emailFeedback }} </form> <form ng-hide="!linkedEmails.emailBeingAuthed"> Enter validation token for {{ linkedEmails.emailBeingAuthed }}: