Skip to content
Snippets Groups Projects
Commit 284d6b27 authored by David Baker's avatar David Baker
Browse files

Hide email link UI from the settings because it doesn't work.

parent dce63953
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
</div> </div>
<br/> <br/>
<h3>Linked emails</h3> <h3 style="display: none; ">Linked emails</h3>
<div class="section"> <div class="section" style="display: none; ">
<form> <form>
<input size="40" ng-model="linkedEmails.linkNewEmail" ng-enter="linkEmail(linkedEmails.linkNewEmail)" /> <input size="40" ng-model="linkedEmails.linkNewEmail" ng-enter="linkEmail(linkedEmails.linkNewEmail)" />
<button ng-disabled="!linkedEmails.linkNewEmail" ng-click="linkEmail(linkedEmails.linkNewEmail)"> <button ng-disabled="!linkedEmails.linkNewEmail" ng-click="linkEmail(linkedEmails.linkNewEmail)">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment