mirror of
https://github.com/ivabus/www
synced 2024-11-22 20:15:05 +03:00
Release no. fades in
This commit is contained in:
parent
a2e9065c71
commit
f5f14d5823
1 changed files with 8 additions and 8 deletions
|
@ -196,7 +196,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
|||
|
||||
$.get(url, function(data) {
|
||||
var release = data.tag_name;
|
||||
$(".release").html(release);
|
||||
$(".release").html(release).hide().fadeIn(400);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue