diff --git a/public/js/module.js b/public/js/module.js index 46f0374e..2b1179d9 100644 --- a/public/js/module.js +++ b/public/js/module.js @@ -612,19 +612,10 @@ $li.addClass('active'); $dt.addClass('active'); $dd.addClass('active'); - $dd.find('p.description.fading-out') - .stop(true) - .removeClass('fading-out') - .fadeIn('fast'); $form.find('dd').not($dd) .find('p.description') - .not('.fading-out') - .addClass('fading-out') - .delay(500) - .fadeOut('slow', function () { - $(this).removeClass('fading-out').hide() - }); + .hide(); }, highlightFormErrors: function($container)