Changeset 16752 for websites/coderepos.org/trac/share/js
- Timestamp:
- 07/28/08 18:42:55 (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
r16696 r16752 377 377 }); 378 378 $('//*[@id="dirlist"]//span[@class="author"]').each(function () { 379 authors.push([this, $(this).text().match(/^([^:]+):/)[1]]); 379 var author = $(this).text().match(/^([^:]+):/); 380 if (author.length > 0) authors.push([this, author[1]]); 380 381 }); 381 382 break;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)