mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Merge pull request #367 from okriuchykhin/ok_SCI_818
Fix sample info popup [SCI-818]
This commit is contained in:
commit
2474eac37d
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ function dataTableInit() {
|
|||
table.on('mousedown', function() {
|
||||
$('#samples-columns-dropdown').removeClass('open');
|
||||
});
|
||||
sampleInfoListener();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue