diff --git a/public/js/vroom.js b/public/js/vroom.js index 290b836..a8ec161 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -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