mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Merge pull request #4908 from sboursen-scinote/sb_SCI-7674
Inventories: archived by and archived on seen on active item list [SCI-7674]
This commit is contained in:
commit
b9be286802
1 changed files with 2 additions and 2 deletions
|
@ -152,12 +152,12 @@
|
|||
viewSwitch.on('click', '.view-switch-archived', function() {
|
||||
$('.repository-show').removeClass('active').addClass('archived');
|
||||
$('#manage-repository-column').removeClass('active').addClass('archived');
|
||||
RepositoryDatatable.reload();
|
||||
initTable();
|
||||
});
|
||||
viewSwitch.on('click', '.view-switch-active', function() {
|
||||
$('.repository-show').removeClass('archived').addClass('active');
|
||||
$('#manage-repository-column').removeClass('archived').addClass('active');
|
||||
RepositoryDatatable.reload();
|
||||
initTable();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue