1
0
Fork 0
mirror of https://github.com/lrsjng/h5ai synced 2025-12-27 19:22:21 +01:00

Fix always visible download button.

This commit is contained in:
Lars Jung 2016-08-09 19:27:43 +02:00
parent d20d1e8b2c
commit 0f4fe15195

View file

@ -45,7 +45,8 @@ const onClick = () => {
action: 'download',
as: name + '.' + extension,
type,
baseHref: location.getAbsHref()
baseHref: location.getAbsHref(),
hrefs: ''
};
each(selectedItems, (item, idx) => {