mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Fix tooltip on new button in inventory [SCI-7472]
This commit is contained in:
parent
d6728ef9d3
commit
961b39159e
1 changed files with 1 additions and 0 deletions
|
@ -732,6 +732,7 @@ var RepositoryDatatable = (function(global) {
|
|||
checkAvailableColumns();
|
||||
RepositoryDatatableRowEditor.addNewRow(TABLE);
|
||||
changeToEditMode();
|
||||
$('.tooltip').remove();
|
||||
})
|
||||
.on('click', '#copyRepositoryRecords', function() {
|
||||
animateSpinner();
|
||||
|
|
Loading…
Reference in a new issue