mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Allow deletion of multiple allocations at once (#1322)
This commit is contained in:
committed by
Dane Everitt
parent
053d7917ae
commit
262ef78fae
@@ -113,7 +113,7 @@ class FileManager {
|
||||
addFolderButton() {
|
||||
$('[data-action="add-folder"]').unbind().on('click', () => {
|
||||
new ActionsClass().folder($('#file_listing').data('current-dir') || '/');
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
selectRow() {
|
||||
|
||||
Reference in New Issue
Block a user