mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
Merge pull request #4609 from aignatov-bio/ai-sci-7471-fix-merge-issue
Fix merge issue [SCI-7471]
This commit is contained in:
commit
c5466771ff
1 changed files with 1 additions and 2 deletions
|
@ -565,7 +565,6 @@ var RepositoryDatatable = (function(global) {
|
||||||
// Show number of selected rows near pages info
|
// Show number of selected rows near pages info
|
||||||
$('#repository-table_info').append('<span id="selected_info"></span>');
|
$('#repository-table_info').append('<span id="selected_info"></span>');
|
||||||
$('#selected_info').html(' (' + rowsSelected.length + ' entries selected)');
|
$('#selected_info').html(' (' + rowsSelected.length + ' entries selected)');
|
||||||
checkArchivedColumnsState();
|
|
||||||
|
|
||||||
// Hide edit button if not all selected rows are on the current page
|
// Hide edit button if not all selected rows are on the current page
|
||||||
let visibleRowIds = $(
|
let visibleRowIds = $(
|
||||||
|
|
Loading…
Add table
Reference in a new issue