mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-11 00:14:06 +02:00
Fix always visible download button.
This commit is contained in:
@@ -45,7 +45,8 @@ const onClick = () => {
|
||||
action: 'download',
|
||||
as: name + '.' + extension,
|
||||
type,
|
||||
baseHref: location.getAbsHref()
|
||||
baseHref: location.getAbsHref(),
|
||||
hrefs: ''
|
||||
};
|
||||
|
||||
each(selectedItems, (item, idx) => {
|
||||
|
Reference in New Issue
Block a user