Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-el-claire committed Aug 31, 2012
1 parent e6fb94a commit c450506
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/commands/quicklook.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ elFinder.prototype.commands.quicklook = function() {
node;

if (self.closed() && file && (node = cwd.find('#'+file.hash)).length) {

navbar.attr('style', '');
state = animated;
node.trigger('scrolltoview');
win.css(closedCss(node))
Expand All @@ -286,7 +286,8 @@ elFinder.prototype.commands.quicklook = function() {
state = closed;
win.hide();
preview.children().remove();
self.update(0, self.value)
self.update(0, self.value);

};

if (self.opened()) {
Expand Down

0 comments on commit c450506

Please sign in to comment.