Remove unnecessary code

This commit is contained in:
yflory
2019-07-03 15:54:03 +02:00
parent b74e28fed3
commit eba32fe994
2 changed files with 11 additions and 20 deletions

View File

@@ -2684,7 +2684,7 @@ define([
else {
$icon.append($folderIcon.clone());
$type.text(Messages.fm_folder);
$('<a>').text(Messages.fm_openFolder || "Open folder").click(function (e) {
$('<a>').text(Messages.fc_open).click(function (e) {
e.preventDefault();
APP.displayDirectory(path);
}).appendTo($openDir);