Update copymanga_open.js

main^2
catvod 2 years ago committed by GitHub
parent 3b8b157f00
commit 85d6241a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 15
      open/copymanga_open.js

@ -73,15 +73,12 @@ async function home(filter) {
v: a.attribs.href.match(/.*?theme=(.*)&/)[1],
});
}
_.each(_.chunk(themeValues, 11), (vals) => {
let theme = {
key: 'theme',
name: '',
init: '',
value: vals,
};
filterObj['c1'].push(theme);
filterObj['c1'].push({
key: 'theme',
name: '',
init: '',
wrap: 1,
value: themeValues,
});
filterObj['c1'].push(region);

Loading…
Cancel
Save