mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
Fix always visible download button.
This commit is contained in:
parent
d20d1e8b2c
commit
0f4fe15195
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ const onClick = () => {
|
||||||
action: 'download',
|
action: 'download',
|
||||||
as: name + '.' + extension,
|
as: name + '.' + extension,
|
||||||
type,
|
type,
|
||||||
baseHref: location.getAbsHref()
|
baseHref: location.getAbsHref(),
|
||||||
|
hrefs: ''
|
||||||
};
|
};
|
||||||
|
|
||||||
each(selectedItems, (item, idx) => {
|
each(selectedItems, (item, idx) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue