mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
More semantic changes.
This commit is contained in:
parent
1dea89befb
commit
32d7aa74e5
14 changed files with 57 additions and 53 deletions
|
@ -56,11 +56,11 @@ modulejs.define('ext/download', ['_', '$', 'core/settings', 'core/resource', 'co
|
|||
}, handleResponse);
|
||||
},
|
||||
|
||||
onSelection = function (entries) {
|
||||
onSelection = function (items) {
|
||||
|
||||
selectedHrefsStr = '';
|
||||
if (entries.length) {
|
||||
selectedHrefsStr = _.map(entries, function (item) {
|
||||
if (items.length) {
|
||||
selectedHrefsStr = _.map(items, function (item) {
|
||||
|
||||
return item.absHref;
|
||||
}).join(':');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue