mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Merge branch 'develop' into feature/vuejs
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -26,7 +26,6 @@
|
||||
|
||||
#terminal > .cmd {
|
||||
padding: 1px 0;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
#terminal_input {
|
||||
|
||||
@@ -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