Show
Ignore:
Timestamp:
07/28/08 19:07:18 (4 months ago)
Author:
mattn
Message:

...orz

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/js/TracUtils.js

    r16758 r16759  
    382382                                case 'timeline': 
    383383                                        $('//*[@id="content"]//dt//span[@class="author"]').each(function () { 
    384                                                 authors.push([this, $(this).text().match(/by\s+(.+)$/)]); 
     384                                                authors.push([this, $(this).text()]); 
    385385                                        }); 
    386386                                        break;