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 807a977 commit a3e35f0Copy full SHA for a3e35f0
test/jquery.js
@@ -20,7 +20,7 @@ if ( version === "git" ) {
20
} else if ( version === "3.x-git" ) {
21
url = "http://code.jquery.com/jquery-3.x-git.js";
22
} else {
23
- url = "../external/jquery-" + ( version || "3.3.1" ) + "/jquery.js";
+ url = "../external/jquery-" + ( version || "3.4.1" ) + "/jquery.js";
24
}
25
26
document.write( "<script src='" + url + "'></script>" );
0 commit comments