diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-06-10 08:26:24 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-06-24 22:45:44 -0400 |
commit | 19dfa2dc1b5c91b87929ec372280897efdc52153 (patch) | |
tree | d6c5314eb6b98e7be82f0d856c070c3fee6cc439 /tests/jquery.js | |
parent | 6df127a0b591d2a1437361f9cb6f3524a7b2e111 (diff) | |
download | jquery-ui-19dfa2dc1b5c91b87929ec372280897efdc52153.tar.gz jquery-ui-19dfa2dc1b5c91b87929ec372280897efdc52153.zip |
Test: Get all jQuery versions from Bower
Ref gh-1266
Diffstat (limited to 'tests/jquery.js')
-rw-r--r-- | tests/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jquery.js b/tests/jquery.js index 48c82ab2f..5968cbfc2 100644 --- a/tests/jquery.js +++ b/tests/jquery.js @@ -18,7 +18,7 @@ for ( ; i < length; i++ ) { if ( version === "git" ) { url = "http://code.jquery.com/jquery-git.js"; } else { - url = "../../jquery-" + ( version || "1.10.2" ) + ".js"; + url = "../../../external/jquery-" + ( version || "1.10.2" ) + "/jquery.js"; } document.write( "<script src='" + url + "'></script>" ); |