fade in
This commit is contained in:
parent
9d12d43574
commit
d11adf3b34
|
|
@ -68,7 +68,7 @@ function addHeaderAction(label, title, icon, options) {
|
|||
});
|
||||
|
||||
// Show the one we want
|
||||
$(`#detail-${label}`).show();
|
||||
$(`#detail-${label}`).fadeIn();
|
||||
});
|
||||
|
||||
// Connect a callback to the table
|
||||
|
|
|
|||
Loading…
Reference in New Issue