mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Semantic changes.
This commit is contained in:
parent
9163996ac2
commit
1dea89befb
24 changed files with 243 additions and 237 deletions
|
@ -60,9 +60,9 @@ modulejs.define('ext/download', ['_', '$', 'core/settings', 'core/resource', 'co
|
|||
|
||||
selectedHrefsStr = '';
|
||||
if (entries.length) {
|
||||
selectedHrefsStr = _.map(entries, function (entry) {
|
||||
selectedHrefsStr = _.map(entries, function (item) {
|
||||
|
||||
return entry.absHref;
|
||||
return item.absHref;
|
||||
}).join(':');
|
||||
$download.appendTo('#navbar').show();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue