mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 14:41:53 +08:00
Fix hidden buttons in inventory (#2063)
This commit is contained in:
parent
11f6517d0a
commit
d028856fe0
1 changed files with 4 additions and 0 deletions
|
@ -650,6 +650,10 @@ var RepositoryDatatable = (function(global) {
|
|||
TABLE.columns.adjust();
|
||||
|
||||
// Append button to inner toolbar in table
|
||||
$('div.toolbarButtonsDatatable').appendTo('div.toolbar');
|
||||
$('div.toolbarButtonsDatatable').show();
|
||||
|
||||
// Append buttons for task inventory
|
||||
$('div.toolbarButtons').appendTo('div.toolbar');
|
||||
$('div.toolbarButtons').show();
|
||||
}, 10);
|
||||
|
|
Loading…
Reference in a new issue