Update the TestSwarm URL to point to the new jQuery swarm location.

This commit is contained in:
jeresig 2010-03-23 15:21:42 -04:00
parent fa80693c4a
commit 2301e2a1c3

View file

@ -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>");
})();