Skip to content

Commit

Permalink
Merge pull request Studio-42#380 from nao-pon/fix_sync
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
dio-el-claire committed Sep 6, 2012
2 parents 6110c3b + 4bbdb75 commit b9df3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/elFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ window.elFinder = function(node, opts) {
preventDefault : true
},
opts2 = {
data : {cmd : 'parents', target : cwd},
data : {cmd : 'tree', target : (cwd == this.root())? cwd : this.file(cwd).phash},
preventDefault : true
};

Expand Down

0 comments on commit b9df3f7

Please sign in to comment.