Skip to content

Commit bbcdd76

Browse files
committed
Tests: Load the TestSwarm listener via HTTPS
1 parent 3d7652c commit bbcdd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testinit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ TestManager.init( {
200200
return;
201201
}
202202

203-
document.write( "<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" +
203+
document.write( "<scr" + "ipt src='https://swarm.jquery.org/js/inject.js?" +
204204
( new Date() ).getTime() + "'></scr" + "ipt>" );
205205
} )();
206206

0 commit comments

Comments
 (0)