Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
XHR a new filename each release. better.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Sep 4, 2012
1 parent 68736a5 commit 17b1ea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ <h2><a href="/download/" class="wt dl-link">Download Modernizr {{ site.latest_ve

</section>

<script src="/i/js/builderapp.min.js?july31" async data-currentbuildversion="{{ site.latest_version }}"></script>
<script src="/i/js/builderapp.min.js?sept3" async data-currentbuildversion="{{ site.latest_version }}"></script>
2 changes: 1 addition & 1 deletion i/js/builderapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jQuery(function($){
dataType: 'text',
cache: false,
type: 'GET',
url: '/downloads/modernizr-latest.js',
url: '/downloads/modernizr-' + _currentBuildVersion + '.js',
success:function(script) {
// Call the modulr function to create a modular build
var modularBuild = Modulizr.ize(script, [].slice.call(tests,0), function(){}),
Expand Down
Loading

0 comments on commit 17b1ea9

Please sign in to comment.