Opened 4 years ago

Closed 4 years ago

#31365 closed Cleanup/optimization (fixed)

Remove SelectFilter2.js dependency on jQuery

Reported by: Jon Dufresne Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Similar in spirit to #29523. The SelectFilter2.js file can be rewritten without jQuery.

Change History (3)

comment:2 by Claude Paroz, 4 years ago

Triage Stage: UnreviewedAccepted

+1

comment:3 by Carlton Gibson <carlton@…>, 4 years ago

Resolution: fixed
Status: newclosed

In 3a807a6f:

Fixed #31365 -- Removed jQuery usage in SelectFilter2.js.

Note: See TracTickets for help on using tickets.
Back to Top