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

fixed bug.

Files:
1 modified

Legend:

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

    r16765 r16767  
    377377                                        }); 
    378378                                        $('//*[@id="dirlist"]//span[@class="author"]').each(function () { 
    379                                                 authors.push([this, $(this).text().match(/^([^:]+):/)]); 
     379                                                authors.push([this, $(this).text().match(/^([^:]+):/)[1]]); 
    380380                                        }); 
    381381                                        break;