Modify ↓
Opened 11 years ago
Last modified 11 years ago
#11831 new defect
Uses deprecated addEvent, which was removed for Trac 1.1.2
| Reported by: | Ryan J Ollos | Owned by: | Jaroslav Meloun |
|---|---|---|---|
| Priority: | normal | Component: | WikiCommentsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
The JavaScript function addEvent was removed in trac:r12863 for Trac 1.1.2. This function has been deprecated since Trac 0.11, but is still used by this plugin in wysiwyg.js. See also #11830.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Hmmm...
wysiwyg.jsseems to have been copied from TracWysiwygPlugin. So we can just apply the same fix that is generated for #11830.