mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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
Block a user