Modify ↓
Opened 15 years ago
Closed 14 years ago
#6264 closed defect (fixed)
jquery compat patch
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | AutocompleteUsersPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
patch to work with jquery compat mode
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | autocompleteusersplugin.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
It is a trac display issue.
Every js file needs to following change:
-$(document).ready(function() { +jQuery(document).ready(function($) {
comment:3 Changed 14 years ago by
Owner: | changed from Jeff Hammel to Ryan J Ollos |
---|
Changing ticket owner to be new maintainer.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
included patch looks empty to me. Am i missing something? Please include inline if its short, in case its a Trac display issue