Add file deletion support, fix renaming deleting URL hash
This commit is contained in:
parent
72a57604df
commit
cf9a70ddca
3 changed files with 47 additions and 5 deletions
|
@ -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 a new issue