Modify

Opened 17 years ago

Closed 16 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)

Change History (1)

comment:1 Changed 16 years ago by John Hampton

Resolution: fixed
Status: newclosed

(In [2845])

  • Fixed #1908. Added string found in wiki.cs of base trac install to silence the JS error.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain John Hampton.
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.