1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00

Remove useless animation

This commit is contained in:
Daniel Berteaud 2015-02-11 19:06:05 +01:00
parent 6943803cdc
commit ee5d96debe

View File

@ -208,10 +208,7 @@ $(document).on('click','button.btn-add-email',function(e){
$(document).on('click','button.btn-remove-email',function(e){
e.preventDefault();
el = $(this).parents('.email-entry:first');
el.hide(100);
setTimeout(function(){
el.remove();
}, 100);
el.remove();
});
// Handle owner/join password confirm