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 committed by wycats
parent 4e5e31f29e
commit f502d118d1

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