Skip to content

Commit

Permalink
[ui:cwd] correction to @978430279382cd8c48418bc74c981a7726a42ca8
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Aug 24, 2016
1 parent 1561175 commit bb04b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/cwd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ $.fn.elfindercwd = function(fm, options) {
if (!fm.cwd().hash && fm.currentReqCmd !== 'open') {
$.each(cwdParents.reverse(), function(i, h) {
if (fm.files()[h]) {
fm.one(fm.currentReqCmd, function(e, fm) {
fm.one(fm.currentReqCmd + 'done', function(e, fm) {
!fm.cwd().hash && fm.exec('open', h);
});
return false;
Expand Down

0 comments on commit bb04b84

Please sign in to comment.