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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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();