mirror of
https://github.com/gamaio/unps.us-Shortener.git
synced 2025-07-30 13:50:17 +00:00
Speed up the fade transition on the status box
While it looks kinda nice, some people might not apprecieate that it takes so much time for the page to pop up and it looks like the page froze or something.
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
Reference in New Issue
Block a user