Modify ↓
Opened 5 years ago
Closed 5 years ago
#2705 closed defect (fixed)
[PATCH] Update JQuery calls to comply with current trac trunk
| Reported by: | s0undt3ch | Owned by: | mgood |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | minor | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
The jQuery $() calls that this plugin uses are now deprecated/unusable.
jQuery should now be called like jQuery().
Here's a patch for that.
Attachments (3)
Change History (6)
Changed 5 years ago by s0undt3ch
comment:1 Changed 5 years ago by s0undt3ch
- Summary changed from Update JQuery calls to comply with current trac trunk to [PATCH] Update JQuery calls to comply with current trac trunk
Changed 5 years ago by daniel.stockman@…
comment:2 Changed 5 years ago by s0undt3ch
Actually you missed the ready() part, so the simpler form patch would be this one.
Changed 5 years ago by s0undt3ch
comment:3 Changed 5 years ago by pacopablo
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


Simpler syntax