- Timestamp:
- 02/14/08 01:58:26 (5 years ago)
- Files:
-
- 1 modified
-
websites/coderepos.org/trac/share/js/TracUtils.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/trac/share/js/TracUtils.js
r6569 r6652 228 228 , addRecentChangesForProject : function () { 229 229 // 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; 231 231 var target_re = RegExp("svn\\s+(?:c(?:o|heckout)|export)\\s+"+TracUtils.SVN_REPOS_BASE+"(\\S+)"); 232 232 $("#searchable pre").each(function () {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)