Actions
Refactor #8721
closedReplace all uses of jQuery(item).attr('id') with item.id
Description
No need to use jQuery when we don't have to.
Using plain item.id is about 100X faster:
http://jsperf.com/jquery-item-attr-id-vs-item-id
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2020 added
- Pull request deleted (
)
Updated by Anonymous about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8cb120eafb41c016cb4f693af89d6a6efc98336b.
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 28
Actions