Changeset 16754 for websites/coderepos.org/trac/share/js
- Timestamp:
- 07/28/08 18:48:29 (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
r16753 r16754 383 383 $('//*[@id="content"]//dt/a').each(function () { 384 384 var author = this.lastChild.nodeValue.match(/by\s+(.+)$/); 385 if (author .length > 0) authors.push([this, author[1]]);385 if (author) authors.push([this, author[1]]); 386 386 }); 387 387 break;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)