Skip to content

Commit

Permalink
Merge pull request #30 from jcuervo/master
Browse files Browse the repository at this point in the history
use jQuery 1.6.2 from ajax.googleapis.com
  • Loading branch information
galetahub committed Sep 5, 2011
2 parents 5d8231e + 9fe4538 commit 3fd49d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/ckeditor/install_generator.rb
Expand Up @@ -45,8 +45,8 @@ def download_javascripts
say_status("fetching fileuploader.js", "", :green)
get "https://raw.github.com/galetahub/file-uploader/master/client/fileuploader.js", "#{js_dir}/fileuploader.js"

say_status("fetching jquery-1.6.1.min.js", "", :green)
get "http://code.jquery.com/jquery-1.6.1.min.js", "#{js_dir}/jquery.js"
say_status("fetching jquery-1.6.2.min.js", "", :green)
get "https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js", "#{js_dir}/jquery.js"

say_status("fetching jquery.tmpl.min.js", "", :green)
get "https://raw.github.com/jquery/jquery-tmpl/master/jquery.tmpl.min.js", "#{js_dir}/jquery.tmpl.js"
Expand Down

0 comments on commit 3fd49d5

Please sign in to comment.