Show
Ignore:
Timestamp:
07/28/08 20:26:44 (4 months ago)
Author:
mattn
Message:

orz

Files:
1 modified

Legend:

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

    r16768 r16769  
    406406                                                // var authors  
    407407                                                $.each($("//*[@id='Committers']/following-sibling::ul[1]//a[contains(@href, '/share/wiki/Committers/')]"), function() { 
    408                                                         authors.push([this, $(this).text().match(/Committer:([^,]+)/)]); 
     408                                                        authors.push([this, $(this).text().match(/Committer:([^,]+)/)[1]]); 
    409409                                                }) 
    410410                                        }