Skip to content

Commit

Permalink
[cmd:download] revert 2332f25 of this file
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Mar 31, 2020
1 parent 782efdf commit c4dcfc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/commands/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ elFinder.prototype.commands.download = function() {
if (html5dl) {
click(link.attr('href', url)
.attr('download', fm.escape(files[i].name))
.attr('target', '_blank')
.get(0)
);
} else {
Expand Down

0 comments on commit c4dcfc7

Please sign in to comment.