Opened 13 years ago
Closed 13 years ago
#24989 closed defect (bug) (fixed)
Cleanup for `/wp-admin/js/cat.js`
| Reported by: | carldanley | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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?