Update the TestSwarm URL to point to the new jQuery swarm location.
This commit is contained in:
parent
fa80693c4a
commit
2301e2a1c3
|
@ -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>");
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue