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 25e5ea6 commit 3b2183eCopy full SHA for 3b2183e
tests/lib/bootstrap.js
@@ -105,7 +105,7 @@ function jqueryUrl() {
105
var url;
106
107
if ( version === "git" ) {
108
- url = "http://code.jquery.com/jquery-" + version;
+ url = "https://code.jquery.com/jquery-" + version;
109
} else {
110
url = "../../../external/jquery-" + version + "/jquery";
111
}
@@ -118,7 +118,7 @@ function migrateUrl() {
118
119
120
if ( jqueryVersion === "git" ) {
121
- url = "http://code.jquery.com/jquery-migrate-git";
+ url = "https://code.jquery.com/jquery-migrate-git";
122
} else if ( jqueryVersion[ 0 ] === "3" ) {
123
url = "../../../external/jquery-migrate-3.0.0/jquery-migrate";
124
} else if ( jqueryVersion[ 0 ] === "1" || jqueryVersion[ 0 ] === "2" ) {
0 commit comments