mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Load the TestSwarm listener via HTTPS
This commit is contained in:
parent
efadfe991a
commit
d225639a8e
@ -386,7 +386,7 @@ this.loadTests = function() {
|
|||||||
|
|
||||||
// Load the TestSwarm listener if swarmURL is in the address.
|
// Load the TestSwarm listener if swarmURL is in the address.
|
||||||
if ( QUnit.isSwarm ) {
|
if ( QUnit.isSwarm ) {
|
||||||
require( [ "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
|
require( [ "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
|
||||||
function() {
|
function() {
|
||||||
QUnit.start();
|
QUnit.start();
|
||||||
} );
|
} );
|
||||||
|
Loading…
Reference in New Issue
Block a user