Testsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone)

This commit is contained in:
jzaefferer 2010-08-30 09:42:38 +02:00
parent d8bee228b3
commit 90345b30d8

View File

@ -5,5 +5,5 @@
if ( !url || url.indexOf("http") !== 0 ) {
return;
}
document.write("<scr" + "ipt src='http://localhost/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>");
})();