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 efadfe9 commit d225639Copy full SHA for d225639
test/data/testinit.js
@@ -386,7 +386,7 @@ this.loadTests = function() {
386
387
// Load the TestSwarm listener if swarmURL is in the address.
388
if ( QUnit.isSwarm ) {
389
- require( [ "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
+ require( [ "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
390
function() {
391
QUnit.start();
392
} );
0 commit comments