Modify ↓
Opened 16 years ago
Closed 16 years ago
#3191 closed defect (worksforme)
Trac appears to have dropped $ support
Reported by: | Rich Harkins | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TracDeveloperPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
trac.ini now has the jQuery.noConflict() call in it. This means that all uses of $. need to become jQuery. instead. This occurs in the "plugins" page and the "plugins.js" page. This change would be backwards compatible and shouldn't break previous versions of Trac.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I'm afraid I don't really understand what the problem is.
noConflict
mode is only enabled if a plugin specifically requests it (via the class attributejquery_noconflict
), and none do.The TracDeveloperPlugin works still works fine for me for trunk on both.