diff --git a/assets/js/unps.core.js b/assets/js/unps.core.js index 90347ef..6466ad6 100644 --- a/assets/js/unps.core.js +++ b/assets/js/unps.core.js @@ -4,7 +4,7 @@ jQuery(document).ready(function(){ $("#report-details").slideUp("fast"); $('#link').focus(); - $('#error').fadeIn("slow"); + $('#error').fadeIn("fast"); $('textarea').autoResize(); $('#shortlab').addClass('fbtn'); }); diff --git a/index.php b/index.php index 3e6f038..5ee63be 100644 --- a/index.php +++ b/index.php @@ -106,7 +106,7 @@ event.preventDefault(); event.stopPropagation(); $.post("process.php?token=", $(this).serialize(), function(data){ - $("#message").hide().html(data).fadeIn("slow"); + $("#message").hide().html(data).fadeIn("fast"); if($('#error').length){ $('#short-button').removeClass('btn-primary'); $('#short-button').removeClass('btn-success');