Changeset 6652 for websites

Show
Ignore:
Timestamp:
02/14/08 01:58:26 (5 years ago)
Author:
drry
Message:

websites/coderepos.org/trac/share/js/TracUtils.js: 5つある WikiStart のパスのうち、/share/wiki/WikiStart だけ他と違っていたため、とりあえずすべて有効化。あるいはすべて無効も。

Files:
1 modified

Legend:

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

    r6569 r6652  
    228228        , addRecentChangesForProject : function () { 
    229229                // IE だとなぜかどうしようもなく遅いので処理しない 
    230                 if ($.browser.msie || location.pathname.indexOf("/share/wiki/") != 0) return; 
     230                if ($.browser.msie || !TracUtils.isWikiStart() && location.pathname.indexOf("/share/wiki/") != 0) return; 
    231231                var target_re = RegExp("svn\\s+(?:c(?:o|heckout)|export)\\s+"+TracUtils.SVN_REPOS_BASE+"(\\S+)"); 
    232232                $("#searchable pre").each(function () {