gulp stuff
This commit is contained in:
parent
25e934452d
commit
868b705b72
@ -8,7 +8,8 @@ $('#btn-shorten').on('click', function(){
|
||||
const $link = $('#link');
|
||||
const resultHTML = `<a class="result" href="${data.shortUrl}">${data.shortUrl}</a>`;
|
||||
$link.html(resultHTML);
|
||||
$link.hide().fadeIn('slow');
|
||||
// $link.hide().fadeIn('slow');
|
||||
$link.hide().show();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user