Changeset 16756 for websites/coderepos.org/trac/share/js
- Timestamp:
- 07/28/08 18:59:54 (4 months ago)
- Files:
-
- 1 modified
-
websites/coderepos.org/trac/share/js/TracUtils.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/trac/share/js/TracUtils.js
r16754 r16756 382 382 case 'timeline': 383 383 $('//*[@id="content"]//dt/a').each(function () { 384 var author = this.lastChild.nodeValue.match(/by\s+(.+)$/); 385 if (author) authors.push([this, author[1]]); 384 authors.push([this, $(this).text().match(/by\s+(.+)$/)]); 386 385 }); 387 386 break;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)