Skip to content

Commit 3373b21

Browse files
authored
Build: Load jQuery via HTTPS, not HTTP
Closes jquery#335
1 parent 4cacc71 commit 3373b21

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
@@ -47,7 +47,7 @@ TestManager = {
4747
} else if ( version === "min" ) {
4848
file = projectRoot + "/dist/" + projectName + ".min.js";
4949
} else if ( /^[\w\.\-]+$/.test( version ) ) {
50-
file = "http://code.jquery.com/" + projectName + "-" + version + ".js";
50+
file = "https://code.jquery.com/" + projectName + "-" + version + ".js";
5151
} else {
5252
file = version;
5353
}

0 commit comments

Comments
 (0)