Changeset 1704

Show
Ignore:
Timestamp:
11/17/07 03:33:01 (6 years ago)
Author:
amachang
Message:

websites/coderepos.org/trac/share/js/TracAuthorIcon.js: added pathname case /share/ and /share

Files:
1 modified

Legend:

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

    r1703 r1704  
    113113                    } 
    114114                } else 
    115                 if (location.pathname == "/share/wiki") { 
     115                if (location.pathname == "/share/wiki" || 
     116                    location.pathname == "/share/" || 
     117                    location.pathname == "/share") { 
    116118                    // This is for committer list of CodeRepos. 
    117119                    authors = TracAuthorIcon.$X("//*[@id='Committers']/following-sibling::ul[1]//a[contains(@href, '/share/wiki/Committers/')]", Array);