mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Default to jQuery 1.6.4 for tests.
This commit is contained in:
parent
be6b87b7a4
commit
ca2ac47144
2
tests/jquery.js
vendored
2
tests/jquery.js
vendored
@ -18,7 +18,7 @@ for ( ; i < length; i++ ) {
|
||||
if ( version === "git" ) {
|
||||
url = "http://code.jquery.com/jquery-git.js";
|
||||
} else {
|
||||
url = "../../jquery-" + ( version || "1.6.2" ) + ".js";
|
||||
url = "../../jquery-" + ( version || "1.6.4" ) + ".js";
|
||||
}
|
||||
|
||||
document.write( "<script src='" + url + "'></script>" );
|
||||
|
Loading…
Reference in New Issue
Block a user