Skip to content

Commit

Permalink
Update testswarm url for new server
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Mar 23, 2010
1 parent 7443cb8 commit 467b6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/testsuite.js
Expand Up @@ -45,5 +45,5 @@ function commonWidgetTests(widget, settings) {
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>");
})(); })();

0 comments on commit 467b6f9

Please sign in to comment.