#6241 closed enhancement (fixed)
Use jQuery onload call when scripts require jQuery
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | normal | Version: | 2.5 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | 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 (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [7325]) Switch from addLoadEvent to jQuery(document).ready. Fixes #6241 props azaozz.