diff options
Diffstat (limited to 'lanre_py/templates')
-rw-r--r-- | lanre_py/templates/layout.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lanre_py/templates/layout.html b/lanre_py/templates/layout.html index 73005b9..b508055 100644 --- a/lanre_py/templates/layout.html +++ b/lanre_py/templates/layout.html @@ -41,7 +41,7 @@ <div class="alert alert-info" id="my-words"> </div> - <textarea cols="20" rows="1" placeholder="me@email.com" id="email"></textarea> + <textarea cols="10" rows="1" placeholder="me@email.com" id="email"></textarea> <button class="btn btn-info btn-large" id="send-words">Send them to me!</button> </div> @@ -216,6 +216,8 @@ function send_mail(address, message) { message:message }, function(data) { change_communicat("Mail should be sent by now." ); + $("#show-words").hide(); + $("#show-me-my-words").hide(); } ); |