Allow deletion of multiple allocations at once (#1322)
This commit is contained in:
parent
053d7917ae
commit
262ef78fae
6 changed files with 164 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -113,7 +113,7 @@ class FileManager {
|
|||
addFolderButton() {
|
||||
$('[data-action="add-folder"]').unbind().on('click', () => {
|
||||
new ActionsClass().folder($('#file_listing').data('current-dir') || '/');
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
selectRow() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue