Small changes

master
Justyna Ilczuk 2012-12-24 22:44:01 +01:00
parent 321f41e8fd
commit e6d5fe0b08
1 changed files with 3 additions and 1 deletions

View File

@ -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();
}
);