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 7b60f2b commit 8ef798cCopy full SHA for 8ef798c
test/jquery.js
@@ -18,7 +18,7 @@ for ( ; i < length; i++ ) {
18
if ( /(?:3.x-)?git(\.min)?/.test( version ) ) {
19
url = "https://code.jquery.com/jquery-" + version + ".js";
20
} else {
21
- url = "../external/jquery-" + ( version || "3.5.1" ) + "/jquery.js";
+ url = "../external/jquery-" + ( version || "1.12.4" ) + "/jquery.js";
22
}
23
24
document.write( "<script src='" + url + "'></script>" );
0 commit comments