Modify ↓
Opened 18 years ago
Closed 18 years ago
#786 closed defect (fixed)
javascript warnings on IE with addHeadingLinks
Reported by: | Owned by: | John Hampton | |
---|---|---|---|
Priority: | normal | Component: | TracBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
The files blog.cs and new_blog.cs contain calls to 'addHeadingLinks'. Only 1 parameter is passed here, a second parameter ('title') is missing. This causes IE7 (don't know about other versions) to flag a warning.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Trac Release: | 0.9 → 0.10 |
---|
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [1582])
- Applied patch for RSS email addresses from kindlund@…, Closes #336
- Removed reference to
addHeadingLinks
innew_blog.cs
. Closes #786 - Added code to redirect to the page where posting a new entry was selected. Closes #452
- Added patch to allow for customizable footer on blog posts from dfaerch. Closes #745
Note: See
TracTickets for help on using
tickets.
correction: we're using Trac 0.10