We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7443cb8 commit 467b6f9Copy full SHA for 467b6f9
tests/unit/testsuite.js
@@ -45,5 +45,5 @@ function commonWidgetTests(widget, settings) {
45
if ( !url || url.indexOf("http") !== 0 ) {
46
return;
47
}
48
- 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>");
49
})();
0 commit comments