bug fix - typo

pull/1/head
yann300 8 years ago
parent 6d0ca0a471
commit 394c2bf250
  1. 2
      src/app/files/shared-folder.js

@ -103,7 +103,7 @@ class SharedFolder {
remove (path) {
var unprefixedpath = this.removePrefix(path)
this.remixd.call('systemfiles', 'remove', {path: unprefixedpath}, (error, result) => {
this.remixd.call('sharedfolder', 'remove', {path: unprefixedpath}, (error, result) => {
if (error) console.log(error)
var path = this.type + '/' + unprefixedpath
delete this.filesContent[path]

Loading…
Cancel
Save