mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +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
|
// Show the one we want
|
||||||
$(`#detail-${label}`).show();
|
$(`#detail-${label}`).fadeIn();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Connect a callback to the table
|
// Connect a callback to the table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user