Skip to content

Commit 90345b3

Browse files
committed
Testsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone)
1 parent d8bee22 commit 90345b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/swarminject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
if ( !url || url.indexOf("http") !== 0 ) {
66
return;
77
}
8-
document.write("<scr" + "ipt src='http://localhost/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
8+
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
99
})();

0 commit comments

Comments
 (0)