Modify ↓
Opened 17 years ago
Closed 16 years ago
#2705 closed defect (fixed)
[PATCH] Update JQuery calls to comply with current trac trunk
Reported by: | Pedro Algarvio, aka, s0undt3ch | Owned by: | Matt Good |
---|---|---|---|
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 17 years ago by
Attachment: | update.jquery.calls.diff added |
---|
comment:1 Changed 17 years ago by
Summary: | Update JQuery calls to comply with current trac trunk → [PATCH] Update JQuery calls to comply with current trac trunk |
---|
Changed 17 years ago by
Attachment: | simpler.update.jquery.diff added |
---|
comment:2 Changed 16 years ago by
Actually you missed the ready()
part, so the simpler form patch would be this one.
Changed 16 years ago by
Attachment: | update_jquery_calls.patch added |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Simpler syntax