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

アイコンでてないやん!

Files:
1 modified

Legend:

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

    r16754 r16756  
    382382                                case 'timeline': 
    383383                                        $('//*[@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+(.+)$/)]); 
    386385                                        }); 
    387386                                        break;