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 858304c commit 3ddc02cCopy full SHA for 3ddc02c
lib/generators/jquery/install/install_generator.rb
@@ -39,8 +39,8 @@ def download_ujs_driver
39
private
40
41
def get_jquery(version)
42
- get "http://ajax.googleapis.com/ajax/libs/jquery/#{version}/jquery.js", "public/javascripts/jquery.js"
43
- get "http://ajax.googleapis.com/ajax/libs/jquery/#{version}/jquery.min.js", "public/javascripts/jquery.min.js"
+ get "http://code.jquery.com/jquery-#{version}.js", "public/javascripts/jquery.js"
+ get "http://code.jquery.com/jquery-#{version}.min.js", "public/javascripts/jquery.min.js"
44
end
45
46
0 commit comments