Clean some code.

This commit is contained in:
Lars Jung 2016-07-02 00:38:52 +02:00
parent 8485905901
commit 22b2db8daf
9 changed files with 63 additions and 65 deletions

View file

@ -49,7 +49,7 @@ const onClick = () => {
};
each(selectedItems, (item, idx) => {
query['hrefs[' + idx + ']'] = item.absHref;
query[`hrefs[${idx}]`] = item.absHref;
});
server.formRequest(query);