Skip to content

Commit 8ef798c

Browse files
committed
Build: Test on jQuery 1.12.4 by default
This makes default settings work for the oldest supported browsers like IE 6.
1 parent 7b60f2b commit 8ef798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for ( ; i < length; i++ ) {
1818
if ( /(?:3.x-)?git(\.min)?/.test( version ) ) {
1919
url = "https://code.jquery.com/jquery-" + version + ".js";
2020
} else {
21-
url = "../external/jquery-" + ( version || "3.5.1" ) + "/jquery.js";
21+
url = "../external/jquery-" + ( version || "1.12.4" ) + "/jquery.js";
2222
}
2323

2424
document.write( "<script src='" + url + "'></script>" );

0 commit comments

Comments
 (0)