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

あー。構造が変ったのか

Files:
1 modified

Legend:

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

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