flake8
passed.
JSHint
passed.
Review Request #11194 — Created Sept. 21, 2020 and submitted
This makes two changes to fix additional errors in the Review Bot config
process.First, the integration config form was still encountering issues with
client-side validation of hidden tool options input elements on some
versions of Chrome. Instead of going through and making each element
disabled, I've changed it to just setnovalidateon the top-level
form.Second, I noticed that there was an error in the JS console when loading
the extension configuration page. This was due to the template
overriding thescripts-postblock but not including the block's super,
leaving out some necessary JS files.
Exercised the extension and integration config pages.
| Summary | ID |
|---|---|
| e81c40e1315dc2878d13c9235f35298f42cfa5de |