mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
fade in
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user