Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
The link class name changes to "title loggedin" rather than just "title" etc. when a user is logged in so I had to change line 94 to if (!a.className.match(/\btitle\b/)) continue; to get it going. Also a check should be made to not have empty filter otherwise it ends up excluding all stories. Thanks |