mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Clean some code.
This commit is contained in:
parent
8485905901
commit
22b2db8daf
9 changed files with 63 additions and 65 deletions
|
@ -49,7 +49,7 @@ const onClick = () => {
|
|||
};
|
||||
|
||||
each(selectedItems, (item, idx) => {
|
||||
query['hrefs[' + idx + ']'] = item.absHref;
|
||||
query[`hrefs[${idx}]`] = item.absHref;
|
||||
});
|
||||
|
||||
server.formRequest(query);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue