Skip to content

Commit

Permalink
Update the TestSwarm URL to point to the new jQuery swarm location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Mar 23, 2010
1 parent fa80693 commit 2301e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/testrunner.js
Expand Up @@ -7,5 +7,5 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
if ( !url || url.indexOf("http") !== 0 ) {
return;
}
document.write("<scr" + "ipt src='http://testswarm.com/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();

0 comments on commit 2301e2a

Please sign in to comment.