Opened 12 years ago
Closed 12 years ago
#24989 closed defect (bug) (fixed)
Cleanup for `/wp-admin/js/cat.js`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
Can this functionality be moved to a WP utilities file or something? Seems a little crazy to include a file for 5 lines of JS.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The handle of the file is
ajaxcat. Seems like it's not even used in core.There is also a typo in the ID selector:
$('#jaxcat').Coudn't find any reference tojaxcatorajaxcat.So, let's remove it?