Allow deletion of multiple allocations at once (#1322)

This commit is contained in:
Andrew DeLisa 2018-09-19 00:43:18 -04:00 committed by Dane Everitt
parent 053d7917ae
commit 262ef78fae
6 changed files with 164 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -113,7 +113,7 @@ class FileManager {
addFolderButton() {
$('[data-action="add-folder"]').unbind().on('click', () => {
new ActionsClass().folder($('#file_listing').data('current-dir') || '/');
})
});
}
selectRow() {