Update the TestSwarm URL to point to the new jQuery swarm location.
This commit is contained in:
parent
4e5e31f29e
commit
f502d118d1
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
|
||||||
if ( !url || url.indexOf("http") !== 0 ) {
|
if ( !url || url.indexOf("http") !== 0 ) {
|
||||||
return;
|
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