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

Oooooops again!

Files:
1 modified

Legend:

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

    r16753 r16754  
    383383                                        $('//*[@id="content"]//dt/a').each(function () { 
    384384                                                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]]); 
    386386                                        }); 
    387387                                        break;