fixup! fixup! fixup! fixup! fixup! fixup! Fix default action for deleted shares
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
170c502f8c
commit
35f849e428
1 changed files with 1 additions and 1 deletions
|
@ -1534,7 +1534,7 @@
|
|||
else {
|
||||
linkUrl = this.getDownloadUrl(name, path, type === 'dir');
|
||||
}
|
||||
let linkElem = $('<a></a>').attr({
|
||||
var linkElem = $('<a></a>').attr({
|
||||
"class": "name",
|
||||
"href": linkUrl
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue