Changeset 18722
- Timestamp:
- 09/03/08 16:32:17 (4 months 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
r18721 r18722 381 381 if (location.pathname.indexOf("/share/browser/lang/javascript/ubiquity") == 0) { 382 382 $("a").each(function () { 383 if ( isUbiquityJS(this.href)) this.href += "?";383 if (/\.js$/.test(this.href)) this.href += "?"; 384 384 }); 385 385 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)