Ticket #6241 (closed enhancement: fixed)
Use jQuery onload call when scripts require jQuery
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Many scripts that call addLoadEvent() require jQuery. Better to call jQuery(document).ready directly.
Also several inline scripts were calling addLoadEvent() when they only had to be moved a bit down in the html to work correctly.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

