diff options
author | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2012-12-24 22:44:01 +0100 |
---|---|---|
committer | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2012-12-24 22:44:01 +0100 |
commit | e6d5fe0b0842ce051c05ae77bbcf924b4450d5ec (patch) | |
tree | 652993514ff2faab10081a550aaa2d8094d545c4 /lanre_py | |
parent | 321f41e8fd67a30ad12bab1ed36296912fcb0c53 (diff) | |
download | lanre-e6d5fe0b0842ce051c05ae77bbcf924b4450d5ec.tar.gz lanre-e6d5fe0b0842ce051c05ae77bbcf924b4450d5ec.tar.bz2 lanre-e6d5fe0b0842ce051c05ae77bbcf924b4450d5ec.zip |
Small changes
Diffstat (limited to 'lanre_py')
-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(); } ); |