| Age | Commit message (Collapse) | Author |
|
'document.querySelector()'.
|
|
'document.getElementById()'.
|
|
|
|
|
|
'eslint.config.js').
Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'.
* https://eslint.org/docs/latest/rules/no-redeclare
* https://eslint.org/docs/latest/rules/no-prototype-builtins
* https://eslint.org/docs/latest/rules/no-useless-escape
|
|
https://eslint.org/docs/latest/rules/eqeqeq
|
|
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
|
|
|
|
prefs pane
|
|
|
|
|
|
|
|
|
|
modern browser features are required
* simplify browser startup feature check a bit
|
|
Previously 'rv' was returned as an empty JS array, causing 'p.rv.git_status != 0' to evaluate to true and a misleading 'Ready to update' appearing for certain plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* call App.handlerpcjson() automatically on json request (if possible)
* show net/log indicators in prefs
|
|
|
|
|
|
|
|
|