We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924b515 commit f6f0720Copy full SHA for f6f0720
test/data/testinit.js
@@ -387,7 +387,7 @@ this.loadTests = function() {
387
388
// Load the TestSwarm listener if swarmURL is in the address.
389
if ( QUnit.isSwarm ) {
390
- require( [ "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
+ require( [ "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
391
function() {
392
QUnit.start();
393
} );
0 commit comments