Remove obsolete code [SCI-7160] (#4412)

This commit is contained in:
artoscinote 2022-09-06 12:10:20 +02:00 committed by GitHub
parent 21f91089e9
commit d2b022a17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();