mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 15:53:45 +02:00
Add file deletion support, fix renaming deleting URL hash
This commit is contained in:
@@ -24,10 +24,6 @@ class FileManager {
|
||||
this.list(this.decodeHash());
|
||||
}
|
||||
|
||||
reload() {
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
}
|
||||
|
||||
list(path, isError) {
|
||||
if (_.isUndefined(path)) {
|
||||
path = this.decodeHash();
|
||||
|
||||
Reference in New Issue
Block a user