Add file deletion support, fix renaming deleting URL hash

This commit is contained in:
Dane Everitt
2016-10-03 16:36:12 -04:00
parent 72a57604df
commit cf9a70ddca
3 changed files with 47 additions and 5 deletions

View File

@@ -24,10 +24,6 @@ class FileManager {
this.list(this.decodeHash());
}
reload() {
$('[data-toggle="tooltip"]').tooltip();
}
list(path, isError) {
if (_.isUndefined(path)) {
path = this.decodeHash();