mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
8f9981a3b6
commit
2b1658e513
@ -110,7 +110,7 @@ function inventreeDocReady() {
|
||||
launchModalForm(`/about/`, {
|
||||
no_post: true,
|
||||
after_render: function() {
|
||||
attachClipboard('.clip-btn', 'modal-form');
|
||||
attachClipboard('.clip-btn', 'modal-form', 'about-copy-text');
|
||||
}
|
||||
});
|
||||
});
|
||||
@ -122,9 +122,6 @@ function inventreeDocReady() {
|
||||
});
|
||||
});
|
||||
|
||||
// Initialize clipboard-buttons
|
||||
attachClipboard('.clip-btn');
|
||||
|
||||
// Generate brand-icons
|
||||
$('.brand-icon').each(function(i, obj) {
|
||||
loadBrandIcon($(this), $(this).attr('brand_name'));
|
||||
|
Loading…
Reference in New Issue
Block a user