Modify ↓
Opened 17 years ago
Closed 17 years ago
#1908 closed defect (fixed)
JavaScript error in blog.cs
Reported by: | Lauri Anteploon | Owned by: | John Hampton |
---|---|---|---|
Priority: | low | Component: | TracBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
In file templates/blog.cs on line 61 there is a javascript call:
addHeadingLinks(document.getElementById("searchable"));
Trac 0.10.4 (latest stable release at the moment) expects 2 parameters for addHeadingLinks()
Looks like the second parameter needs to be a string...
Anyway, it's a fairly annoying bug when one has javascript error messages enabled on IE.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [2845])