Modify

Opened 14 years ago

Closed 13 years ago

#6264 closed defect (fixed)

jquery compat patch

Reported by: shanec@… 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)

autocompleteusersplugin.patch (2.2 KB) - added by anonymous 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by anonymous

comment:1 Changed 14 years ago by Jeff Hammel

included patch looks empty to me. Am i missing something? Please include inline if its short, in case its a Trac display issue

comment:2 Changed 14 years ago by shanec@…

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 Ryan J Ollos

Owner: changed from Jeff Hammel to Ryan J Ollos

Changing ticket owner to be new maintainer.

comment:4 Changed 13 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [9625]) Fix Trac display issue. Fixes #6264.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.