Opened 8 years ago
Closed 8 years ago
#28008 closed Cleanup/optimization (fixed)
Remove getElementsByClassName() function in technical 500 template
Reported by: | Tim Graham | Owned by: | Abhishek Gautam |
---|---|---|---|
Component: | Error reporting | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | no |
Description
Modern browsers have document.getElementsByClassName()
so I don't think there's a need for a custom version.
Please wait until #28007 is completed before working on this to avoid a merge conflict.
Note:
See TracTickets
for help on using tickets.
I can work on this.