mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Remove obsolete code [SCI-7160] (#4412)
This commit is contained in:
parent
21f91089e9
commit
d2b022a17d
1 changed files with 0 additions and 4 deletions
|
@ -486,10 +486,6 @@ var ProjectsIndex = (function() {
|
|||
viewContainer.addClass('no-results');
|
||||
}
|
||||
|
||||
if (!data.next_page) {
|
||||
$(cardsWrapper).addClass('last-page');
|
||||
}
|
||||
|
||||
selectedProjects.length = 0;
|
||||
selectedProjectFolders.length = 0;
|
||||
updateProjectsToolbar();
|
||||
|
|
Loading…
Reference in a new issue