Show
Ignore:
Timestamp:
09/03/08 16:32:17 (4 months ago)
Author:
mattn
Message:

そんな関数ない

Files:
1 modified

Legend:

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

    r18721 r18722  
    381381                if (location.pathname.indexOf("/share/browser/lang/javascript/ubiquity") == 0) { 
    382382                        $("a").each(function () { 
    383                                 if (isUbiquityJS(this.href)) this.href += "?"; 
     383                                if (/\.js$/.test(this.href)) this.href += "?"; 
    384384                        }); 
    385385                }