Changeset 5378
- Timestamp:
- 01/24/08 03:26:59 (5 years ago)
- Files:
-
- 1 modified
-
websites/coderepos.org/trac/share/js/TracUtils.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/trac/share/js/TracUtils.js
r5299 r5378 117 117 TracUtils.addCommitterRecentCommits(); 118 118 TracUtils.addRecentChangesForProject(); 119 TracUtils.avoidGreasemonkeyInstallation(); 119 120 TracUtils.AuthorIcons.showAuthorIcons(); 120 121 } … … 238 239 return false; 239 240 }); 241 } 242 243 /* 244 * user.js のページがインストール画面でてうざいのをなんとかする。 245 * 246 */ 247 , avoidGreasemonkeyInstallation : function () { 248 // あんまり広範囲にやりたくないので決め打ち 249 if ($.browser.mozilla && location.pathname == "/share/browser/lang/javascript/userscripts") { 250 $("a").each(function () { 251 if (this.href.match(/user.js$/)) this.href += "?"; 252 }); 253 } 240 254 } 241 255
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)